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