Package brailleDisplayDrivers :: Module freedomScientific :: Class KeyGesture
[hide private]
[frames] | no frames]

Class KeyGesture

source code

                   object --+                
                            |                
baseObject.AutoPropertyObject --+            
                                |            
           inputCore.InputGesture --+        
                                    |        
        braille.BrailleDisplayGesture --+    
                                        |    
                             InputGesture --+
                                            |
                                           KeyGesture

Nested Classes [hide private]

Inherited from baseObject.AutoPropertyObject: __metaclass__

Instance Methods [hide private]
 
__init__(self, keyBits)
x.__init__(...) initializes x; see help(type(x)) for signature
source code

Inherited from braille.BrailleDisplayGesture (private): _get_displayName, _get_id, _get_identifiers, _get_scriptableObject, _get_source

Inherited from inputCore.InputGesture: reportExtra, send

Inherited from inputCore.InputGesture (private): _get_logIdentifier, _get_script

Inherited from baseObject.AutoPropertyObject: invalidateCache

Inherited from baseObject.AutoPropertyObject (private): _getPropertyViaCache

Inherited from object: __delattr__, __format__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __sizeof__, __str__, __subclasshook__

Class Methods [hide private]

Inherited from baseObject.AutoPropertyObject: invalidateCaches

Class Variables [hide private]
  keyLabels = ['dot1', 'dot2', 'dot3', 'dot4', 'dot5', 'dot6', '...

Inherited from InputGesture: source

Inherited from braille.BrailleDisplayGesture: routingIndex

Inherited from inputCore.InputGesture: SPEECHEFFECT_CANCEL, SPEECHEFFECT_PAUSE, SPEECHEFFECT_RESUME, cachePropertiesByDefault, isModifier, shouldReportAsCommand, speechEffectWhenExecuted

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, keyBits)
(Constructor)

source code 

x.__init__(...) initializes x; see help(type(x)) for signature

Overrides: object.__init__
(inherited documentation)

Class Variable Details [hide private]

keyLabels

Value:
['dot1', 'dot2', 'dot3', 'dot4', 'dot5', 'dot6', 'dot7', 'dot8', 'left\
WizWheelPress', 'rightWizWheelPress', 'leftShiftKey', 'rightShiftKey',\
 'leftAdvanceBar', 'rightAdvanceBar', None, 'brailleSpaceBar', 'leftGD\
FButton', 'rightGDFButton', None, 'leftBumperBarUp', 'leftBumperBarDow\
n', 'rightBumperBarUp', 'rightBumperBarDown',]