MCPcopy Create free account
hub / github.com/AstroImageJ/astroimagej / getShortcuts

Method getShortcuts

ij/src/main/java/ij/Menus.java:1426–1428  ·  view source on GitHub ↗

Returns the hashtable that associates shortcuts with commands. The keys in the hashtable are Integer keycodes, or keycode+200 for uppercase.

()

Source from the content-addressed store, hash-verified

1424 /** Returns the hashtable that associates shortcuts with commands. The keys
1425 in the hashtable are Integer keycodes, or keycode+200 for uppercase. */
1426 public static Hashtable getShortcuts() {
1427 return shortcuts;
1428 }
1429
1430 /** Returns the hashtable that associates keyboard shortcuts with macros. The keys
1431 in the hashtable are Integer keycodes, or keycode+200 for uppercase. */

Callers 6

runCommandMethod · 0.95
keyPressedMethod · 0.95
getShortcutsMethod · 0.95
removeShortcutsMethod · 0.95
addShortcutMethod · 0.95
getAllCommandsMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected