public interface Keymap
| Modifier and Type | Method and Description | 
|---|---|
| java.lang.String | getShortcut(java.lang.String name)Returns a shortcut. | 
| void | save()Save the keymaps. | 
| void | setShortcut(java.lang.String name,
           java.lang.String shortcut)Set a new shortcut. | 
java.lang.String getShortcut(java.lang.String name)
name - the shortcut namenull if there is no shortcutvoid setShortcut(java.lang.String name,
                 java.lang.String shortcut)
name - the shortcut nameshortcut - the action name, or null to delete a 
 shortcutvoid save()