Home | History | Annotate | Download | only in resources

Lines Matching refs:CTRL

22   ctrl: 'ctrl',
55 'CTRL': 'modifier-ctrl',
61 '1D': 'is-ctrl',
126 17: 'CTRL',
132 var isPressed = {'SHIFT': e.shiftKey, 'CTRL': e.ctrlKey, 'ALT': e.altKey};
133 // if e.keyCode is one of Shift, Ctrl and Alt, isPressed should
140 return ['SHIFT', 'CTRL', 'ALT'].filter(
185 (identifier == '1D' && contains(modifiers, 'CTRL')) ||
236 * keycode: 'd', modifiers: ['CTRL', 'SHIFT'] => 'd<>CTRL<>SHIFT'