Disable Win+1-9 Hotkeys

4

Just downloaded Dexpot (virtual desktop application), and would like to assign the desktop switch hotkeys to Win+1-9, but these are already being used the by the system.

Is there an easy way to disable only these particular hotkeys in order to free them up?

DefZep

Posted 2012-09-20T15:17:00.327

Reputation: 51

You should try Autohotkey. Without more detail I don't really know how the script should look like, but it seems to me that AHK can do the trick.

– m4573r – 2012-09-20T15:24:22.257

Answers

4

AutoHotKey would probably be the easiest path here. Set the desktop hotkeys to something like Alt + #, then for each number key, the script would look like this:

#1::Send !1

SaintWacko

Posted 2012-09-20T15:17:00.327

Reputation: 1 482

Unfortunately this answer doesn't tell how to disable the system-wide hotkeys. It mentions to reassign them some other value but also doesn't tell how. – 0xC0000022L – 2019-04-17T08:02:06.107