Ticket #72 (closed enhancement: worksforme)
Shortcut to start NVDA
| Reported by: | daTscharlie | Owned by: | mdcurran |
|---|---|---|---|
| Priority: | minor | Milestone: | 2009.1 |
| Component: | Installer | Version: | development |
| Keywords: | Cc: | ||
| Operating system: | Blocked by: | ||
| Blocking: |
Description
Hello NVDA Dev Team, I'm legally blind and I really appreciate what you're doing. I'm using NVDA together with OpenOffice? - and I like it very much. While using NVDA snapshots, I was wondering if you could add a shortcut key in the installation routine, for example CTRL + ALT + N, to invoke the program because I'm using Thunder with WebbIE to browse the web and therefor I need to switch between this two applications. Btw, if you need some help in terms of software testing or translations into my mother language german I'd like to hear from you. THANK YOU ALL FOR YOUR WONDERFUL WORK. Cheers daTscharlie
Change History
comment:1 Changed 4 years ago by aleksey_s
- Priority changed from major to minor
- Component changed from Core to Installer
- Version set to trunk
- Type changed from defect to enhancement
- Milestone set to 0.6
comment:2 Changed 4 years ago by mdcurran
- Status changed from new to closed
- Resolution set to worksforme
The installer already adds a desktop shortcut, with ctrl+alt+n as the shortcut key to start NVDA.
CreateShortCut "$DESKTOP\${PRODUCT}.lnk" "$INSTDIR\${PRODUCT}.exe" "" "$INSTDIR\${PRODUCT}.exe" 0 SW_SHOWNORMAL \
CONTROL|ALT|N "Shortcut Ctrl+Alt+N"
Does this not work in some situations?

