quote:
Originally posted by SpunkyLoveMuff
Well, I can make it so that there is an option to disable hotkeys if you wish.
I'm am going to add a spam protection feature as well I think so that you can only change status so many times per minute using hotkeys.
Added the CoolSwitch feature that windows had (ALT-TAB). It uses WIN KEY+SPACE to cycle forwards and WIN KEY+SHIFT+SPACE to go backwards. At the moment this is not changeable, but may be in the future. (I made some cool graphics for this btw )
Any more suggestions whilst I'm still awake?
It should use the hotkey that is currently assigned. For example, lets say I have the hotkey Alt+S assigned to open the window:
Presses Alt+S -> window opens
Presses S again -> listbox scrolls to the next status (down)
Presses S again -> listbox scrolls to the next status (down)
Presses Shift+S -> listbox scrolls to the next status (up)
Releases all keys (but most importantly Alt and S) -> window closes and status is applied
EDIT: Does this script use the RegisterHotKey function or the hotkey messages?