Home | History | Annotate | Download | only in js

Lines Matching refs:KEY

1669   * Handles navigation with keyboard arrows, Enter key to invoke search,
1670 * otherwise invokes search suggestions on key-up event.
1672 * @param kd True if the event is key-down
1791 // if key-up event and not arrow down/up,
2043 // forcefully regain key-up event control (previously jacked by search api)
2188 // forcefully regain key-up event control (previously jacked by search api)
2882 /* HANDLE KEY EVENTS
2889 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key
2932 // create SHIFT key binder to avoid the selectText method when selecting multiple lines