HomeSort by relevance Sort by last modified time
    Searched full:keybindings (Results 1 - 25 of 55) sorted by null

1 2 3

  /external/chromium-trace/catapult/third_party/polymer/components/iron-a11y-keys-behavior/
iron-a11y-keys-behavior.html 238 * Use the `keyBindings` prototype property to express what combination of keys
243 * keyBindings: {
315 * callback. e.g. `keyBindings: { 'esc': '_onEscPressed'}`
318 keyBindings: {},
335 * in the `keyBindings` prototype property.
370 var keyBindings = this.behaviors.map(function(behavior) {
371 return behavior.keyBindings;
374 if (keyBindings.indexOf(this.keyBindings) === -1) {
375 keyBindings.push(this.keyBindings)
    [all...]
README.md 27 Use the `keyBindings` prototype property to express what combination of keys
33 keyBindings: {
.bower.json 4 "description": "A behavior that enables keybindings for greater a11y.",
bower.json 4 "description": "A behavior that enables keybindings for greater a11y.",
  /external/chromium-trace/catapult/third_party/polymer/components/iron-a11y-keys-behavior/demo/
x-key-aware.html 68 return Object.keys(this.keyBindings).join(' ').split(' ');
86 keyBindings: {
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
configHandler.py 463 returns a dictionary of the configurable keybindings for a particular
480 returns a dictionary of the configurable keybindings for a particular
498 extension. The configurable keybindings are returned as they exist in
500 keybindings are disabled.
542 Returns a dictionary of: all requested core keybindings, plus the
543 keybindings for all currently active extensions. If a binding defined
550 if extKeys: #the extension defines keybindings
560 returns true if the virtual event is bound in the core idle keybindings.
568 returns the requested set of core keybindings, with fallbacks if
570 Keybindings loaded from the config file(s) are loaded _over_ thes
    [all...]
README.txt 38 colors, keybindings, and startup options. This facility includes a feature
config-extensions.def 18 # If there are no keybindings for a menus' virtual events, include lines like
extend.txt 54 implement. (They are also not required to create keybindings, but in that
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
configHandler.py 463 returns a dictionary of the configurable keybindings for a particular
480 returns a dictionary of the configurable keybindings for a particular
498 extension. The configurable keybindings are returned as they exist in
500 keybindings are disabled.
542 Returns a dictionary of: all requested core keybindings, plus the
543 keybindings for all currently active extensions. If a binding defined
550 if extKeys: #the extension defines keybindings
560 returns true if the virtual event is bound in the core idle keybindings.
568 returns the requested set of core keybindings, with fallbacks if
570 Keybindings loaded from the config file(s) are loaded _over_ thes
    [all...]
README.txt 38 colors, keybindings, and startup options. This facility includes a feature
config-extensions.def 18 # If there are no keybindings for a menus' virtual events, include lines like
extend.txt 54 implement. (They are also not required to create keybindings, but in that
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 463 returns a dictionary of the configurable keybindings for a particular
480 returns a dictionary of the configurable keybindings for a particular
498 extension. The configurable keybindings are returned as they exist in
500 keybindings are disabled.
542 Returns a dictionary of: all requested core keybindings, plus the
543 keybindings for all currently active extensions. If a binding defined
550 if extKeys: #the extension defines keybindings
560 returns true if the virtual event is bound in the core idle keybindings.
568 returns the requested set of core keybindings, with fallbacks if
570 Keybindings loaded from the config file(s) are loaded _over_ thes
    [all...]
README.txt 38 colors, keybindings, and startup options. This facility includes a feature
config-extensions.def 18 # If there are no keybindings for a menus' virtual events, include lines like
extend.txt 54 implement. (They are also not required to create keybindings, but in that
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
configHandler.py 463 returns a dictionary of the configurable keybindings for a particular
480 returns a dictionary of the configurable keybindings for a particular
498 extension. The configurable keybindings are returned as they exist in
500 keybindings are disabled.
542 Returns a dictionary of: all requested core keybindings, plus the
543 keybindings for all currently active extensions. If a binding defined
550 if extKeys: #the extension defines keybindings
560 returns true if the virtual event is bound in the core idle keybindings.
568 returns the requested set of core keybindings, with fallbacks if
570 Keybindings loaded from the config file(s) are loaded _over_ thes
    [all...]
README.txt 38 colors, keybindings, and startup options. This facility includes a feature
config-extensions.def 18 # If there are no keybindings for a menus' virtual events, include lines like
extend.txt 54 implement. (They are also not required to create keybindings, but in that
  /external/chromium-trace/catapult/third_party/polymer/components/iron-menu-behavior/
iron-menubar-behavior.html 27 keyBindings: {
  /external/chromium-trace/catapult/third_party/polymer/components/iron-a11y-keys-behavior/test/
basic-test.html 99 keyBindings: {
113 keyBindings: {
126 keyBindings: {
132 keyBindings: {
145 keyBindings: {
158 keyBindings: {
  /external/clang/tools/clang-format-vs/ClangFormat/
ClangFormat.vsct 90 <KeyBindings>
92 </KeyBindings>
  /external/chromium-trace/catapult/third_party/polymer/components/iron-behaviors/
iron-button-state.html 98 keyBindings: {

Completed in 886 milliseconds

1 2 3