WinAppleKey icon indicating copy to clipboard operation
WinAppleKey copied to clipboard

Are the pipe and less-than keys swapped for anyone else?

Open Hubro opened this issue 7 years ago • 1 comments

For some strange reason, the pipe key (the one above tab) and the less-than key (the one right of left shift) are swapped. This is the case with and without the WinAppleKey driver. I'm not sure if this is an issue for any other keyboard layouts, my keyboard has the Norwegian keyboard layout.

It would be great if there was an option to swap these. Actually, it would be fantastic if any arbitrary keys could be swapped or rebound in config, which would basically fix any similar future issues on other layouts as well.

What are your thoughts on this?

18049905_10211909563246692_1233404535_o_ink_li

Hubro avatar Apr 18 '17 07:04 Hubro

I have the same issue, Windows only offers virtual keyboard layouts for whatever reason causing this issue. Any idea? I fixed it before with a keyboard remapper that can remap it only for a specific keyboard so the laptop keyboard is unaffected but it would be nice if it just worked

edit: for anyone wondering how it can be solved in the meantime, I used the following app:

https://www.orbiter-forum.com/showthread.php?t=30829

and set it up with the following config (you may have to change device id):

device=HID\VID_05AC&PID_0267&REV_0805&MI_01&Col01
trigger=56,0,0
combo=29,0,0
[fix2]
device=HID\VID_05AC&PID_0267&REV_0805&MI_01&Col01
trigger=29,0,0
combo=56,0,0

then I used chp (http://www.commandline.co.uk/chp/) and task scheduler to set it up to run at login

dvarnai avatar May 22 '18 15:05 dvarnai