Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remapping Key to a certain character only,layout independent
#2
To remap a key to a character, use macro like this:
Function make_quote_key
Trigger `     Help - how to add the trigger to the macro
Code:
Copy      Help
key "''"
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.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)