Lines Matching refs:KEY
1965 * Handles navigation with keyboard arrows, Enter key to invoke search,
1966 * otherwise invokes search suggestions on key-up event.
1968 * @param kd True if the event is key-down
2093 // if key-up event and not arrow down/up/left/right,
2574 // forcefully regain key-up event control (previously jacked by search api)
2736 // forcefully regain key-up event control (previously jacked by search api)
3442 /* HANDLE KEY EVENTS
3449 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key
3492 // create SHIFT key binder to avoid the selectText method when selecting multiple lines