Class AceCommandDescription.KeyBinding
java.lang.Object
cn.mapway.document.ui.client.component.ace.AceCommandDescription.KeyBinding
- Enclosing class:
- AceCommandDescription
Key binding description.
-
Constructor Summary
ConstructorsConstructorDescriptionKeyBinding(String allPlatforms) Constructor for key bindings for all platforms.KeyBinding(String exceptMac, String mac) Constructor for separate key bindings for Mac and other platforms. -
Method Summary
-
Constructor Details
-
KeyBinding
Constructor for key bindings for all platforms.- Parameters:
allPlatforms- key bindings (e.g. "shift-esc|ctrl-`" or "Command+Alt+C")
-
KeyBinding
Constructor for separate key bindings for Mac and other platforms.- Parameters:
exceptMac- key bindings for all other than Mac (e.g. "shift-esc|ctrl-`")mac- key bindings for Mac (e.g. "Command+Alt+C")
-
-
Method Details