07-24-2012, 08:39 AM
To remap a key to a character, use macro like this:
Function make_quote_key
Trigger `
When you press ` key, it types " character.
However with some keyboard layouts it is other physical key. If it must always be the same physical key, probably it is possible with custom keyboard hook, although not tested. I'll try to create such function if you need.
To remap single Win key, only the remapping with restarting will be reliable. Because it is a special key - modifier, you cannot reliably remap it using a trigger or custom hook. Similar with Right Ctrl, although possibly can be used custom hook too.
Alt+Tab - use a macro with Alt+Tab trigger. Low level keyboard hook must be checked in Options/Triggers.
Function make_quote_key
Trigger `

When you press ` key, it types " character.
However with some keyboard layouts it is other physical key. If it must always be the same physical key, probably it is possible with custom keyboard hook, although not tested. I'll try to create such function if you need.
To remap single Win key, only the remapping with restarting will be reliable. Because it is a special key - modifier, you cannot reliably remap it using a trigger or custom hook. Similar with Right Ctrl, although possibly can be used custom hook too.
Alt+Tab - use a macro with Alt+Tab trigger. Low level keyboard hook must be checked in Options/Triggers.
