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