Is there an auto hotkey script or some preference somewhere where, in Win7, I can intercept Ctrl and + and replace with Win and +? Also an equivalent for Ctrl and - being replaced with Win and -.
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
In AutoHotKey:
Note that the code above does not cover numpad plus and minus. For those, you need the following
|
||||
|
|
|
Win +/- acting like Ctrl +/-
Ctrl +/- acting like Win +/-
|
|||
|
|
|
Autoit Code:
|
|||
|
|