| Trees | Indices | Help |
|---|
|
|
1 #appModules/loudtalks.py 2 #A part of NonVisual Desktop Access (NVDA) 3 #Copyright (C) 2010 Peter Vagner <peter.v@datagate.sk> 4 #This file is covered by the GNU General Public License. 5 #See the file COPYING for more details. 6 7 import appModuleHandler 8 from NVDAObjects.IAccessible import IAccessible 9 import oleacc 10 from NVDAObjects.IAccessible.sysListView32 import ListItem 11 import controlTypes 12 from NVDAObjects.window import Window 13 19 2022 23 shouldAllowIAccessibleFocusEvent = True 2430 3126 keyboardShortcut = super(loudTalksContactListItem,self).keyboardShortcut 27 if keyboardShortcut == "None": 28 return None 29 return keyboardShortcut334135 if obj.role == controlTypes.ROLE_WINDOW: 36 return 37 if obj.windowClassName == "UrlStaticWndClass": 38 clsList.insert(0, loudTalksLink) 39 elif obj.windowControlID == 1009 and isinstance(obj, IAccessible) and obj.IAccessibleRole == oleacc.ROLE_SYSTEM_LISTITEM: 40 clsList.insert(0, loudTalksContactListItem)
| Trees | Indices | Help |
|---|
| Generated by Epydoc 3.0.1 on Fri Nov 18 17:46:06 2011 | http://epydoc.sourceforge.net |