OSDN Git Service

nvda_slave: launchNVDA action: Use ShellExecute to launch NVDA. release-2010.2beta1
authorJames Teh <jamie@jantrid.net>
Tue, 14 Sep 2010 03:24:47 +0000 (13:24 +1000)
committerJames Teh <jamie@jantrid.net>
Tue, 14 Sep 2010 03:24:47 +0000 (13:24 +1000)
commit3d292a08e1233794b70d6dc6a8d5dfabbadce360
treeb5e6dcb8b60c82b077bf35568604ecb11e569caa
parent3aac457eaaf9f47a1c9150d187fcb5ae802ec0b5
nvda_slave: launchNVDA action: Use ShellExecute to launch NVDA.
This is necessary because when NVDA is built with uiAccess enabled, it is an elevated process and must be launched by the shell. Attempting to launch it otherwise fails.
Fixes the NVDA desktop shortcut and shortcut key for uiAccess builds.
source/nvda_slave.pyw