Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Remapping Key to a certain character only,layout independent
#3
Alright thanks for the answer .
Alt tab trigger now works with low level thingy checked. There are some problems with windows key remapping, ill get into that later.

However looks like im interested into that custom hook you mensioned because .
I want to remap a behavior to the key itself , not what it types depending on keyboard layout.

In that case, this piece of code exactly does what i need , used in autohotkey as script.
SC027::c
Return

In that example , 'c' character keysend behavior is mapped to the key's Scan code . And once i run the script , both for alttab, or some other key mapped to LWIN , works reliably without requiring me to restart anything.
From what i can think of is that , Macro eats given keycode and sends remapped keycode to applications. Which produces natural behavior.

Any further help is welcome.


Messages In This Thread

Forum Jump:


Users browsing this thread: 1 Guest(s)