Ticket #60: _default_laptop.kbd

File _default_laptop.kbd, 3.9 KB (added by doug, 23 months ago)

I am Replacing _default_laptop.kbd with my latest copy which reassigns the synthSetting ring keys to the renamed scripts in svn-1980

Line 
1# Idea for a laptop keyboard layout
2# Set Capslock key as modifier for best results.
3
4#Format is key=script
5#where key is a combination of optional modifier keys, plus one normal key, all joined by a + (plus) symbol.
6#and script is the name of an instance method from this module's appModule class (with the 'script_' removed)
7
8# misc keys 
9NVDA+1=keyboardHelp
10NVDA+2=toggleSpeakTypedCharacters
11NVDA+3=toggleSpeakTypedWords
12NVDA+4=toggleSpeakCommandKeys
13NVDA+5=toggleReportDynamicContentChanges
14NVDA+t=title
15NVDA+p=toggleSpeakPunctuation
16NVDA+b=speakForeground
17NVDA+n=showGui
18NVDA+q=quit
19NVDA+s=speechMode
20NVDA+F12=dateTime
21NVDA+space=toggleVirtualBufferPassThrough
22NVDA+Tab=reportCurrentFocus
23NVDA+f=reportFormatting
24Shift+NVDA+m=toggleReportObjectUnderMouse
25NVDA+f1=test_navigatorWindowInfo
26NVDA+f2=passNextKeyThrough
27Control+NVDA+f1=speakApplicationName
28Control+NVDA+f2=toggleBeepOnProgressBarUpdates
29NVDA+shift+b=say_battery_status
30Shift+NVDA+ExtendedUp=reportCurrentSelection
31NVDA+ExtendedUp=reportCurrentLine
32NVDA+a=sayAll
33NVDA+extendedDown=sayAll
34NVDA+extendedEnd=reportStatusLine
35Control+NVDA+ExtendedLeft=previousSynthSetting
36Control+NVDA+ExtendedRight=nextSynthSetting
37Control+NVDA+ExtendedUp=increaseSynthSetting
38Control+NVDA+ExtendedDown=decreaseSynthSetting
39
40# focused object review keys
41NVDA+m=review_previousCharacter
42end=review_previousCharacter
43NVDA+,=review_currentCharacter
44down=review_currentCharacter
45NVDA+.=review_nextCharacter
46next=review_nextCharacter
47NVDA+j=review_previousWord
48left=review_previousWord
49NVDA+k=review_currentWord
50clear=review_currentWord
51NVDA+l=review_nextWord
52right=review_nextWord
53NVDA+u=review_previousLine
54home=review_previousLine
55shift+NVDA+u=review_startOfLine
56shift+end=review_startOfLine
57NVDA+i=review_currentLine
58up=review_currentLine
59NVDA+o=review_nextLine
60prior=review_nextLine
61shift+NVDA+o=review_endOfLine
62shift+next=review_endOfLine
63NVDA+7=review_top
64shift+home=review_top
65NVDA+9=review_bottom
66shift+prior=review_bottom
67NVDA+/=review_sayAll
68add=review_sayAll
69NVDA+-=review_moveToCaret
70subtract=review_moveToCaret
71Shift+NVDA+-=review_moveCaretHere
72Control+subtract=review_moveCaretHere
73NVDA+6=toggleCaretMovesReviewCursor
74
75# object keys
76Control+NVDA+7=toggleFocusMovesNavigatorObject
77NVDA+;=navigatorObject_currentDimensions
78Shift+NVDA+Clear=navigatorObject_currentDimensions
79Control+NVDA+i=navigatorObject_current
80NVDA+Clear=navigatorObject_current
81NVDA+'=navigatorObject_where
82Control+Shift+NVDA+Clear=navigatorObject_where
83Control+NVDA+-=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
91Shift+NVDA+j=navigatorObject_previousInFlow
92Shift+NVDA+Left=navigatorObject_previousInFlow
93Control+NVDA+l=navigatorObject_next
94NVDA+Right=navigatorObject_next
95Shift+NVDA+l=navigatorObject_nextInFlow
96Shift+NVDA+Right=navigatorObject_nextInFlow
97NVDA+Return=navigatorObject_doDefaultAction
98NVDA+ExtendedReturn=navigatorObject_doDefaultAction
99Control+NVDA+/=navigatorObject_sayAll
100NVDA+Add=navigatorObject_sayAll
101Shift+NVDA+7=moveMouseToNavigatorObject
102NVDA+extendedDivide=moveMouseToNavigatorObject
103Shift+NVDA+8=moveNavigatorObjectToMouse
104NVDA+Multiply=moveNavigatorObjectToMouse
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