Skip to content

Instantly share code, notes, and snippets.

@mgarin
Created September 26, 2014 11:19
Show Gist options
  • Save mgarin/7d346d90c509c205236e to your computer and use it in GitHub Desktop.
Save mgarin/7d346d90c509c205236e to your computer and use it in GitHub Desktop.
Swing tips - issue #2 - using hotkeys - 3
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