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 -.
|
In AutoHotKey:
Note that the code above does not cover numpad plus and minus. For those, you need the following
| ||||
|
feedback
|
|
Win +/- acting like Ctrl +/-
Ctrl +/- acting like Win +/-
| |||
|
feedback
|
|
Autoit Code:
| |||
|
feedback
|