The KeyBindingUtil
module is a static set of utility functions for
defining key bindings.
isCtrlKeyCommand: function( e: SyntheticKeyboardEvent ): boolean
Check whether the ctrlKey
modifier is not being used in conjunction with
the altKey
modifier. If they are combined, the result is an altGraph
key modifier, which is not handled by this set of key bindings.
isOptionKeyCommand: function( e: SyntheticKeyboardEvent ): boolean
hasCommandModifier: function( e: SyntheticKeyboardEvent ): boolean