public static class AceCommandDescription.KeyBinding
extends java.lang.Object
Constructor and Description |
---|
KeyBinding(java.lang.String allPlatforms)
Constructor for key bindings for all platforms.
|
KeyBinding(java.lang.String exceptMac,
java.lang.String mac)
Constructor for separate key bindings for Mac and other platforms.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAllPlatforms() |
java.lang.String |
getExceptMac() |
java.lang.String |
getMac() |
java.lang.String |
toString() |
public KeyBinding(java.lang.String allPlatforms)
allPlatforms
- key bindings (e.g. "shift-esc|ctrl-`" or "Command+Alt+C")public KeyBinding(java.lang.String exceptMac, java.lang.String mac)
exceptMac
- key bindings for all other than Mac (e.g. "shift-esc|ctrl-`")mac
- key bindings for Mac (e.g. "Command+Alt+C")