Button shortcut for '`'

Hi,

Could you please clarify how we can create a shortcut ‘Ctrl’ + ‘' for a button (<button id="btnId" shortcut="CTRL-some_key"/>)? I don't see a key which looks like suitable for '’ on cuba/KeyCombination.java at master · cuba-platform/cuba · GitHub.

Thanks.

Hello,

KeyCombination contains all available keys, and unfortunately, the backquote - ` is not supported.