Ticket #60: _default_laptop2.kbd

File _default_laptop2.kbd, 4.3 KB (added by peter, 19 months ago)
Line 
1#Default laptop keyboard layout for NVDA
2#A part of NonVisual Desktop Access (NVDA)
3# Set Capslock key as modifier for best results.
4
5#Format is key=script
6#where key is a combination of optional modifier keys, plus one normal key, all joined by a + (plus) symbol.
7#and script is the name of an instance method from this module's appModule class (with the 'script_' removed)
8
9# misc keys 
10NVDA+1=keyboardHelp
11NVDA+2=toggleSpeakTypedCharacters
12NVDA+3=toggleSpeakTypedWords
13NVDA+4=toggleSpeakCommandKeys
14NVDA+5=toggleReportDynamicContentChanges
15NVDA+t=title
16NVDA+p=toggleSpeakPunctuation
17NVDA+b=speakForeground
18NVDA+n=showGui
19NVDA+q=quit
20NVDA+s=speechMode
21NVDA+F12=dateTime
22NVDA+space=toggleVirtualBufferPassThrough
23NVDA+Tab=reportCurrentFocus
24NVDA+f=reportFormatting
25Shift+NVDA+m=toggleMouseTracking
26NVDA+f1=navigatorObject_devInfo
27NVDA+f2=passNextKeyThrough
28Control+NVDA+f1=reportAppModuleInfo
29Control+NVDA+f2=toggleProgressBarOutput
30NVDA+shift+b=say_battery_status
31Shift+NVDA+ExtendedUp=reportCurrentSelection
32NVDA+ExtendedUp=reportCurrentLine
33NVDA+a=sayAll
34NVDA+extendedDown=sayAll
35NVDA+extendedEnd=reportStatusLine
36Control+NVDA+ExtendedLeft=previousSynthSetting
37Control+NVDA+ExtendedRight=nextSynthSetting
38Control+NVDA+ExtendedUp=increaseSynthSetting
39Control+NVDA+ExtendedDown=decreaseSynthSetting
40NVDA+control+t=braille_toggleTether
41
42# focused object review keys
43Control+Shift+NVDA+extendedLeft=review_previousCharacter
44end=review_previousCharacter
45NVDA+,=review_currentCharacter
46down=review_currentCharacter
47Control+Shift+NVDA+extendedRight=review_nextCharacter
48next=review_nextCharacter
49Shift+NVDA+extendedLeft=review_previousWord
50left=review_previousWord
51NVDA+k=review_currentWord
52clear=review_currentWord
53Shift+NVDA+extendedRight=review_nextWord
54right=review_nextWord
55Control+Shift+NVDA+extendedUp=review_previousLine
56home=review_previousLine
57Control+Shift+NVDA+extendedHome=review_startOfLine
58shift+end=review_startOfLine
59NVDA+i=review_currentLine
60up=review_currentLine
61Shift+Control+NVDA+extendedDown=review_nextLine
62prior=review_nextLine
63Control+Shift+NVDA+extendedEnd=review_endOfLine
64shift+next=review_endOfLine
65Control+Shift+NVDA+extendedPrior=review_top
66shift+home=review_top
67Control+Shift+NVDA+extendedNext=review_bottom
68shift+prior=review_bottom
69NVDA+/=review_sayAll
70add=review_sayAll
71NVDA+-=review_moveToCaret
72subtract=review_moveToCaret
73Shift+NVDA+-=review_moveCaretHere
74Control+subtract=review_moveCaretHere
75NVDA+6=toggleCaretMovesReviewCursor
76
77# object keys
78Control+NVDA+7=toggleFocusMovesNavigatorObject
79NVDA+;=navigatorObject_currentDimensions
80NVDA+Delete=navigatorObject_currentDimensions
81Control+Shift+NVDA+k=navigatorObject_current
82NVDA+Clear=navigatorObject_current
83Control+Shift+NVDA+.=navigatorObject_toFocus
84NVDA+Subtract=navigatorObject_toFocus
85Control+Shift+NVDA+i=navigatorObject_parent
86NVDA+Up=navigatorObject_parent
87Control+Shift+NVDA+,=navigatorObject_firstChild
88NVDA+Down=navigatorObject_firstChild
89Control+Shift+NVDA+j=navigatorObject_previous
90NVDA+Left=navigatorObject_previous
91Control+Shift+NVDA+l=navigatorObject_next
92NVDA+Right=navigatorObject_next
93Control+Shift+NVDA+Return=navigatorObject_doDefaultAction
94NVDA+ExtendedReturn=navigatorObject_doDefaultAction
95Control+Shift+NVDA+p=moveMouseToNavigatorObject
96NVDA+extendedDivide=moveMouseToNavigatorObject
97Control+Shift+NVDA+;=moveNavigatorObjectToMouse
98NVDA+Multiply=moveNavigatorObjectToMouse
99Control+Shift+NVDA+8=leftMouseClick
100extendedDivide=leftMouseClick
101Control+Shift+NVDA+9=rightMouseClick
102multiply=rightMouseClick
103Control+Shift+nvda+u=navigatorObject_moveToFlatReviewAtObjectPosition
104Control+Shift+nvda+m=navigatorObject_moveToObjectAtFlatReviewPosition
105
106# Keys for activating settings dialogs
107Control+NVDA+g=activateGeneralSettingsDialog
108Control+NVDA+s=activateSynthesizerDialog
109Control+NVDA+v=activateVoiceDialog
110Control+NVDA+k=activateKeyboardSettingsDialog
111Control+NVDA+m=activateMouseSettingsDialog
112Control+NVDA+o=activateObjectPresentationDialog
113Control+NVDA+b=activateVirtualBuffersDialog
114Control+NVDA+d=activateDocumentFormattingDialog
115Control+NVDA+c=saveConfiguration
116Control+NVDA+r=revertToSavedConfiguration
117Control+NVDA+z=activatePythonConsole
118NVDA+c=reportClipboardText
119NVDA+f9=review_markStartForCopy
120NVDA+f10=review_copy
121nvda+control+space=moveToParentTreeInterceptor
122nvda+Control+f2=test_navigatorDisplayModelText