Lines Matching refs:KEY
1675 * Handles navigation with keyboard arrows, Enter key to invoke search,
1676 * otherwise invokes search suggestions on key-up event.
1678 * @param kd True if the event is key-down
1797 // if key-up event and not arrow down/up,
2049 // forcefully regain key-up event control (previously jacked by search api)
2188 // forcefully regain key-up event control (previously jacked by search api)
2896 /* HANDLE KEY EVENTS
2903 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key
2946 // create SHIFT key binder to avoid the selectText method when selecting multiple lines