Home | History | Annotate | Download | only in js

Lines Matching refs:Ctrl

2230  * - Listen for Ctrl+F (Cmd on Mac) and expand all inherited members (to aid page search)
2236 var control = mac ? e.metaKey && !e.ctrlKey : e.ctrlKey; // get ctrl key