public class JEdit5Support
extends java.lang.Object
Constructor and Description |
---|
JEdit5Support() |
Modifier and Type | Method and Description |
---|---|
static void |
setShortcut(java.lang.String name,
java.lang.String shortcut)
use the org.jedit.keymap API to set a shortcut programatically.
|
public static void setShortcut(java.lang.String name, java.lang.String shortcut)
name
- the action name (e.g. "xml-insert-closing-tag"), or null
to delete a shortcutshortcut
- shortcut to activate the actionKeymap.setShortcut(String, String)