Skip to content

Instantly share code, notes, and snippets.

@tarchan
Created July 2, 2014 08:44
Show Gist options
  • Save tarchan/6c6694de06eae3436ebb to your computer and use it in GitHub Desktop.
Save tarchan/6c6694de06eae3436ebb to your computer and use it in GitHub Desktop.
JavaFXでショートカットキーを設定する ref: http://qiita.com/tarchan@github/items/c45333fd987402f6307d
KeyCombination copyKey = KeyCombination.valueOf("Shortcut+c");
copyMenu.setAccelerator(copyKey);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment