You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Attaches keydown handlers to the global document.
16
12
* Handles Mac/PC switching of Ctrl to Cmd.
17
-
*
18
-
* @param keyHandlers - an object which maps from the key to its event handler. The object keys are a combination of the key and prefixes `ctrl-` `shift-` (ie. 'ctrl-f', 'ctrl-shift-f') and the values are the function to call when that specific key is pressed.
13
+
*@param keyHandlers - an object which maps from the key to its event handler. The object keys are a combination of the key and prefixes `ctrl-` `shift-`
14
+
* (ie. 'ctrl-f', 'ctrl-shift-f') and the values are the function to call when that specific key is pressed.
0 commit comments