public static class AceCommandDescription.KeyBinding extends Object
| Constructor and Description |
|---|
AceCommandDescription.KeyBinding(String allPlatforms)
Constructor for key bindings for all platforms.
|
AceCommandDescription.KeyBinding(String exceptMac,
String mac)
Constructor for separate key bindings for Mac and other platforms.
|
public AceCommandDescription.KeyBinding(String allPlatforms)
allPlatforms - key bindings (e.g. "shift-esc|ctrl-`" or "Command+Alt+C")public AceCommandDescription.KeyBinding(String exceptMac, 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")Copyright © 2016. All Rights Reserved.