Command-Back Quote on MacOS?
Hi!
I'm trying to use the Command-` (back quote) shortcut in an AWT/Swing application to switch between documents, just like many programs do on MacOS. Unfortunately, the ` (back quote) key (VK_BACK_QUOTE) doesn't generate any KeyEvent when pressed together with the Command key (modifier META_MASK).
Can anybody tell me how to check for the Command-` and Command-Shift-` shortcuts in Java?
Thanks for your help.