Interface Keymap
public interface Keymap
- Since:
- jEdit 5.0
- Author:
- Matthieu Casanova
-
Method Summary
Modifier and TypeMethodDescriptiongetShortcut(String name) Returns a shortcut.voidsave()Save the keymaps.voidsetShortcut(String name, String shortcut) Set a new shortcut.
-
Method Details
-
getShortcut
-
setShortcut
-
save
void save()Save the keymaps.
-