[nvda] Re: keyboard layout for laptops
- From: Doug Lawlor <dlawlor@xxxxxxxxxxxxx>
- To: nvda@xxxxxxxxxxxxx
- Date: Fri, 28 Mar 2008 07:50:58 -0230
Hi Chris:
Attached is a keyboard layout I have been working on for the past month.
Everyone is welcome to use it and comments and discussion are welcome.
To use this layout do the following:
save the attached file in your '\program files\nvda\appModules directory
'as _default_laptop.kbd'.
Open '\program files\nvda\nvda.ini' and change the following lines:
useCapsLockAsNVDAModifierKey = True
keyboardLayout = LAPTOP
Doug
Chris Bruinenberg wrote:
Hello list.
I was wondering. does anybody have a keyboard layout for nvda and a
laptop?
thee wiki article was taken down before i snagged it.
thanks,
Chris
To post messages to the list send email to
nvda@xxxxxxxxxxxxx
To modify your NVDA Email settings go to:
http://www.freelists.org/list/nvda
Thank you for your continued support of Nonvisual Desktop Access, an
open source free screen reader for Microsoft Windows:
http://www.nvda-project.org/
To get the latest NVDA snapshot:
http://www.nvda-project.org/snapshots/
Report bugs or make feature requests at:
http://trac.nvda-project.org/
Message Archive:
http://www.freelists.org/archives/nvda
# Idea for a laptop keyboard layout
# Set Capslock key as modifier for best results.
#Format is key=script
#where key is a combination of optional modifier keys, plus one normal key, all
joined by a + (plus) symbol.
#and script is the name of an instance method from this module's appModule
class (with the 'script_' removed)
# misc keys
NVDA+1=keyboardHelp
NVDA+2=toggleSpeakTypedCharacters
NVDA+3=toggleSpeakTypedWords
NVDA+4=toggleSpeakCommandKeys
NVDA+5=toggleReportDynamicContentChanges
NVDA+t=title
NVDA+p=toggleSpeakPunctuation
NVDA+b=speakForeground
NVDA+n=showGui
NVDA+q=quit
NVDA+s=speechMode
NVDA+F12=dateTime
NVDA+space=toggleVirtualBufferPassThrough
NVDA+Tab=reportCurrentFocus
NVDA+f=reportFormatting
Control+Shift+NVDA+m=toggleReportObjectUnderMouse
NVDA+f1=test_navigatorWindowInfo
NVDA+f2=passNextKeyThrough
Control+NVDA+f1=speakApplicationName
Control+NVDA+f2=toggleBeepOnProgressBarUpdates
NVDA+shift+b=say_battery_status
NVDA+ExtendedUp=reportCurrentSelection
NVDA+ExtendedDown=reportCurrentLine
NVDA+a=sayAll
NVDA+extendedEnd=reportStatusLine
Control+NVDA+ExtendedLeft=previousSetting
Control+NVDA+ExtendedRight=nextSetting
Control+NVDA+ExtendedUp=increaseSetting
Control+NVDA+ExtendedDown=decreaseSetting
# focused object review keys
NVDA+m=review_previousCharacter
NVDA+,=review_currentCharacter
NVDA+.=review_nextCharacter
NVDA+j=review_previousWord
NVDA+k=review_currentWord
NVDA+l=review_nextWord
NVDA+u=review_previousLine
shift+NVDA+u=review_startOfLine
NVDA+i=review_currentLine
NVDA+o=review_nextLine
shift+NVDA+o=review_endOfLine
NVDA+7=review_top
NVDA+9=review_bottom
NVDA+/=review_sayAll
NVDA+-=review_moveToCaret
Shift+NVDA+-=review_moveCaretHere
NVDA+6=toggleCaretMovesReviewCursor
# object keys
Control+NVDA+7=toggleFocusMovesNavigatorObject
Control+NVDA+U=navigatorObject_currentDimensions
Control+NVDA+i=navigatorObject_current
Control+NVDA+o=navigatorObject_where
Control+NVDA+-=navigatorObject_toFocus
Shift+NVDA+i=navigatorObject_parent
Shift+NVDA+,=navigatorObject_firstChild
Control+NVDA+j=navigatorObject_previous
Shift+NVDA+j=navigatorObject_previousInFlow
Control+NVDA+l=navigatorObject_next
Shift+NVDA+l=navigatorObject_nextInFlow
NVDA+Return=navigatorObject_doDefaultAction
Control+NVDA+/=navigatorObject_sayAll
Control+NVDA+m=moveMouseToNavigatorObject
- References:
- [nvda] keyboard layout for laptops
- From: Chris Bruinenberg
Other related posts:
- » [nvda] keyboard layout for laptops
- » [nvda] Re: keyboard layout for laptops
- » [nvda] Re: keyboard layout for laptops
- » [nvda] Re: keyboard layout for laptops
- » [nvda] Re: keyboard layout for laptops
Hello list.I was wondering. does anybody have a keyboard layout for nvda and a laptop?
thee wiki article was taken down before i snagged it. thanks, Chris To post messages to the list send email to nvda@xxxxxxxxxxxxx To modify your NVDA Email settings go to: http://www.freelists.org/list/nvdaThank you for your continued support of Nonvisual Desktop Access, an open source free screen reader for Microsoft Windows:
http://www.nvda-project.org/ To get the latest NVDA snapshot: http://www.nvda-project.org/snapshots/ Report bugs or make feature requests at: http://trac.nvda-project.org/ Message Archive: http://www.freelists.org/archives/nvda
- [nvda] keyboard layout for laptops
- From: Chris Bruinenberg