Jump to content

What registry key controls the finger mouse?


Recommended Posts

Guest 3shirts
Posted

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 (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 by Motofone
Guest 3shirts
Posted
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 (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 by 3shirts
  • 2 weeks later...
Posted
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!

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.