HomeSort by relevance Sort by last modified time
    Searched refs:keyBindings (Results 1 - 6 of 6) sorted by null

  /external/python/cpython2/Lib/idlelib/
configHandler.py 473 Keybindings come from GetCurrentKeySet() active key dict,
491 Keybindings list come from the splitting of GetOption, which
563 if extKeys: #the extension defines keybindings
583 """Return dict of core virtual-key keybindings for keySetName.
585 The default keySetName None corresponds to the keyBindings base
591 keyBindings={
643 for event in keyBindings:
646 keyBindings[event] = binding
652 (event, keySetName, keyBindings[event]))
657 return keyBindings
    [all...]
  /external/python/cpython3/Lib/idlelib/
config.py 493 Keybindings come from GetCurrentKeySet() active key dict,
511 Keybindings list come from the splitting of GetOption, which
584 if extKeys: #the extension defines keybindings
604 """Return dict of core virtual-key keybindings for keySetName.
606 The default keySetName None corresponds to the keyBindings base
612 keyBindings={
673 for event in keyBindings:
676 keyBindings[event] = binding
683 (event, keySetName, keyBindings[event])
686 return keyBindings
    [all...]
  /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...]
  /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...]
  /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...]
  /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...]

Completed in 862 milliseconds