pmb6tz/windows-desktop-switcher

Send multiple commands while holding modifier keys.

LazyRen opened this issue · 0 comments

There is a time to time scenario where I have to move back and forth the virtual desktop to see the contents.
And it really bugged me that I had to keep release & push modifier keys(ctrl, alt, shift etc...) again to send the command.

Put below commands into the user_config.ahk to hold down the modifier keys after command.
(If you are still pressing them, of course)

#HotkeyModifierTimeout -1

This way you can jump desktop back & forth just by pressing 1 & 2 while hold down the modifier key.

By the way, thank you for great script. It really helped me moving back to windows from mac.

more info : https://www.autohotkey.com/docs/commands/_HotkeyModifierTimeout.htm