OSDN Git Service

Allow the NVDA desktop shortcut (and therefore ctrl+alt+n) to restart NVDA if its...
authorMichael Curran <mick@kulgan.net>
Fri, 10 Sep 2010 06:02:29 +0000 (16:02 +1000)
committerMichael Curran <mick@kulgan.net>
Fri, 10 Sep 2010 06:02:29 +0000 (16:02 +1000)
commit6785ad98c419d509a8d53f6534323ef473ce852c
treef48d9d917c2e64e589f5e9af397db97c0bc440aa
parent982d87afaea9128975595629f14a0c0f41bdbcc8
Allow  the NVDA desktop shortcut (and therefore ctrl+alt+n) to restart NVDA if its already running, even on Windows XP. To do this a new argument  has been added to nvda_slave, called launchNVDA, which executes NVDA with any other arguments given, and does not wait for NVDA's process to exit. The desktop shortcut now executes nvda_slave.exe launchNVDA -r. Fixes #886
installer/nvda.nsi
source/nvda_slave.pyw