OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:hotkeys
(Results
1 - 13
of
13
) sorted by null
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
jquery.hotkeys.js
2
* jQuery
Hotkeys
Plugin
7
* http://github.com/tzuryby/
hotkeys
15
jQuery.
hotkeys
= {
52
var special = event.type !== "keypress" && jQuery.
hotkeys
.specialKeys[ event.which ],
79
possible[ modif + jQuery.
hotkeys
.shiftNums[ character ] ] = true;
83
possible[ jQuery.
hotkeys
.shiftNums[ character ] ] = true;
index.html
9
<script type='text/javascript' src='jquery.
hotkeys
.js'></script>
pyfile.html
11
<script type='text/javascript' src='jquery.
hotkeys
.js'></script>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
Bindings.py
1
"""Define the menu contents,
hotkeys
, and event bindings.
NEWS.txt
184
- File menu
hotkeys
: there were three 'p' assignments. Reassign the
185
'Save Copy As' and 'Print'
hotkeys
to 'y' and 't'. Change the
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
Bindings.py
1
"""Define the menu contents,
hotkeys
, and event bindings.
NEWS.txt
184
- File menu
hotkeys
: there were three 'p' assignments. Reassign the
185
'Save Copy As' and 'Print'
hotkeys
to 'y' and 't'. Change the
/external/chromium_org/chrome/browser/extensions/
global_shortcut_listener_x11.cc
136
// We may have part of the
hotkeys
registered, clean up.
/external/chromium_org/chrome/browser/ui/libgtk2ui/
app_indicator_icon.cc
367
// The menu item can still be activated by
hotkeys
even if it is disabled.
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
html.py
36
"jquery.
hotkeys
.js",
/external/chromium/chrome/browser/ui/gtk/
menu_gtk.cc
606
// The menu item can still be activated by
hotkeys
even if it is disabled.
/external/chromium_org/chrome/browser/ui/gtk/
menu_gtk.cc
655
// The menu item can still be activated by
hotkeys
even if it is disabled.
[
all
...]
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/
ExtensionAPI.js
765
// We only care about global
hotkeys
, not about random text
Completed in 1026 milliseconds