I have ExtraMagic set up to run an application when I do a 3/4 finger swipe up/down.
The application is a compiled AutoHotKey script which presses a key combination.
The script is just:
That key combination triggers dexpot to switch desktops.
Hurrah :-D
(I know it's a total hack, but it works for me)
The application is a compiled AutoHotKey script which presses a key combination.
The script is just:
Code:
SendInput ^+{F1}
That key combination triggers dexpot to switch desktops.
Hurrah :-D
(I know it's a total hack, but it works for me)