Ticket #798: _default_laptop.kbd

File _default_laptop.kbd, 4.2 KB (added by msuch, 22 months ago)

Default laptop kbd

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
43NVDA+m=review_previousCharacter
44end=review_previousCharacter
45NVDA+,=review_currentCharacter
46down=review_currentCharacter
47NVDA+.=review_nextCharacter
48next=review_nextCharacter
49NVDA+j=review_previousWord
50left=review_previousWord
51NVDA+k=review_currentWord
52clear=review_currentWord
53NVDA+l=review_nextWord
54right=review_nextWord
55NVDA+u=review_previousLine
56home=review_previousLine
57shift+NVDA+u=review_startOfLine
58shift+end=review_startOfLine
59NVDA+i=review_currentLine
60up=review_currentLine
61NVDA+o=review_nextLine
62prior=review_nextLine
63shift+NVDA+o=review_endOfLine
64shift+next=review_endOfLine
65NVDA+7=review_top
66shift+home=review_top
67NVDA+9=review_bottom
68shift+prior=review_bottom
69NVDA+/=review_sayAll
70add=review_sayAll
71NVDA+back=review_moveToCaret
72subtract=review_moveToCaret
73Shift+NVDA+back=review_moveCaretHere
74Control+subtract=review_moveCaretHere
75NVDA+6=toggleCaretMovesReviewCursor
76
77# object keys
78Control+NVDA+7=toggleFocusMovesNavigatorObject
79NVDA+extendedDelete=navigatorObject_currentDimensions
80NVDA+Delete=navigatorObject_currentDimensions
81Control+NVDA+i=navigatorObject_current
82NVDA+Clear=navigatorObject_current
83Control+NVDA+back=navigatorObject_toFocus
84NVDA+Subtract=navigatorObject_toFocus
85Shift+NVDA+i=navigatorObject_parent
86NVDA+Up=navigatorObject_parent
87Shift+NVDA+,=navigatorObject_firstChild
88NVDA+Down=navigatorObject_firstChild
89Control+NVDA+j=navigatorObject_previous
90NVDA+Left=navigatorObject_previous
91Control+NVDA+l=navigatorObject_next
92NVDA+Right=navigatorObject_next
93NVDA+Return=navigatorObject_doDefaultAction
94NVDA+ExtendedReturn=navigatorObject_doDefaultAction
95Shift+NVDA+extendedLeft=moveMouseToNavigatorObject
96NVDA+extendedDivide=moveMouseToNavigatorObject
97Shift+NVDA+extendedRight=moveNavigatorObjectToMouse
98NVDA+Multiply=moveNavigatorObjectToMouse
99NVDA+extendedLeft=leftMouseClick
100extendedDivide=leftMouseClick
101NVDA+extendedRight=rightMouseClick
102multiply=rightMouseClick
103
104# Keys for activating settings dialogs
105Control+NVDA+g=activateGeneralSettingsDialog
106Control+NVDA+s=activateSynthesizerDialog
107Control+NVDA+v=activateVoiceDialog
108Control+NVDA+k=activateKeyboardSettingsDialog
109Control+NVDA+m=activateMouseSettingsDialog
110Control+NVDA+o=activateObjectPresentationDialog
111Control+NVDA+b=activateVirtualBuffersDialog
112Control+NVDA+d=activateDocumentFormattingDialog
113Control+NVDA+c=saveConfiguration
114Control+NVDA+r=revertToSavedConfiguration
115Control+NVDA+z=activatePythonConsole
116NVDA+c=reportClipboardText
117NVDA+f9=review_markStartForCopy
118NVDA+f10=review_copy
119nvda+control+space=moveToParentTreeInterceptor
120nvda+alt+7=navigatorObject_moveToFlatReviewAtObjectPosition
121nvda+alt+j=navigatorObject_moveToObjectAtFlatReviewPosition
122nvda+extendedPrior=navigatorObject_moveToFlatReviewAtObjectPosition
123nvda+extendedNext=navigatorObject_moveToObjectAtFlatReviewPosition