Guest 3shirts Posted November 8, 2008 Report Posted November 8, 2008 I want to do a mortscript to change it to mouse mode, launch scummvm, then change it back. I know how to do it but can't find the reg key I need to set
Guest Motofone Posted November 8, 2008 Report Posted November 8, 2008 (edited) I want to do a mortscript to change it to mouse mode, launch scummvm, then change it back. I know how to do it but can't find the reg key I need to set Try: hklm/system/state/samsung/mouse Maybe there Edited November 8, 2008 by Motofone
Guest 3shirts Posted November 9, 2008 Report Posted November 9, 2008 Try: hklm/system/state/samsung/mouse Maybe there Not sure thats it, there is an actionmode key set to 4001 but i've no idea what it does.
Guest 3shirts Posted November 9, 2008 Report Posted November 9, 2008 (edited) Maybe you can use this? Sweet, thanks that works perfectly. I made a script as below: # Run ChangeMouse RunWait("\My Storage\Program Files\ChangeMouse\chgFingerMouse.exe") # Run program and wait for it to finish RunWait("\Storage Card\ScummVM\SCUMMVM.exe") # Run ChangeMouse again RunWait("\My Storage\Program Files\ChangeMouse\chgFingerMouse.exe")[/codebox] I created a shortcut to that script which is what I use to launch ScummVM and I even used the freeware ShortcutCreator to change the shortcuts icon to the ScummVM one. All works perfectly. Thanks mate Edited November 9, 2008 by 3shirts
Guest sugu Posted November 19, 2008 Report Posted November 19, 2008 Sweet, thanks that works perfectly. I made a script as below: # Run ChangeMouse RunWait("\My Storage\Program Files\ChangeMouse\chgFingerMouse.exe") # Run program and wait for it to finish RunWait("\Storage Card\ScummVM\SCUMMVM.exe") # Run ChangeMouse again RunWait("\My Storage\Program Files\ChangeMouse\chgFingerMouse.exe")[/codebox] I created a shortcut to that script which is what I use to launch ScummVM and I even used the freeware ShortcutCreator to change the shortcuts icon to the ScummVM one. All works perfectly. Thanks mate Hi! How do you do the scrpt? What program do you use to make this script works on the omnia?? I'm very interesting in how i can make something similar with acc_sensor.exe but i dont know which program i can use to do it. Thankss!
Recommended Posts
Please sign in to comment
You will be able to leave a comment after signing in
Sign In Now