Set Synaptics "three finger press" to an action?

0

In the settings panel for certain Synaptics clickpad/touchpads is an option for executing a "program" on three-finger-presses. I'm hoping there's an easy way to have a three-finger-press excute an action, like emitting key presses.
I tried setting a vb-script, but it doesn't always activate the script. The script I tried:

Set WshShell = WScript.CreateObject("WScript.Shell")
WshShell.SendKeys "^w"
MsgBox("Hello world")

With this set, it sometimes presents the "hello world" message box. It never seems to emit ctrl+w, which is my goal.

Protector one

Posted 12 years ago

Reputation: 1 187

What operating system do you use? Some Windows flavor I imagine since you mentioned vb-script. – terdon – 12 years ago

That is Correct. – Protector one – 12 years ago

Yes, please include which version of Windows you are using. The answer could depend on it. – terdon – 12 years ago

I mainly use Windows 8. – Protector one – 12 years ago

No answers