admin wrote:Okay, I added it and I must say I like it. :) On my system now, Win+X will restore/foreground XY.
Thanks very much! I like it too. :) I have Alt-Q bound to minimize, and Win-Q bound to restore, it's great!
j_c_hallgren wrote:Is there some way to detrmine which "Win+" keys are already in use? It would appear that Win+X is free from your usage, but just made me wonder.
The following "Win+" keys are reserved by Windows: Win+B,D,E,F,L,M,R,U, and Win+Shift+M. Win+B and Win+L might only be reserved on Windows XP and above.
Other keys you can't set: Ctrl+Alt+Delete, F12, and the base modifiers themselves (i.e. Alt, Ctrl, Shift, or Win, without any extra keys). Other than that, all keys and key-bindings should be available for hotkeys. Of course we can only use Win+ keys with the new restore-from-tray feature, but I thought I'd pass along these other tidbits anyway. :) Source: AutoIt Help file for HotKeySet() command.
I'm not aware of a way to get a list of unused keybindings except to write a script/program that tries to set every key combination, and shows the user only those that it was able to set (i.e. exclude those that were unable to be set because of an error).
This free software claims to be able to list unused keys, but I can't vouch for it.
a1l0s2k9