Created
September 26, 2014 11:19
-
-
Save mgarin/7d346d90c509c205236e to your computer and use it in GitHub Desktop.
Swing tips - issue #2 - using hotkeys - 3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
HotkeyManager.registerHotkey ( Hotkey.CTRL_E, e -> System.out.println ( "CTRL+E pressed somewhere" ) ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment