Returns the hashtable that associates shortcuts with commands. The keys in the hashtable are Integer keycodes, or keycode+200 for uppercase.
()
| 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. */ |
no outgoing calls
no test coverage detected