waynergy icon indicating copy to clipboard operation
waynergy copied to clipboard

Combination of Super key and another key is offset by 1

Open jpbriend opened this issue 2 years ago • 2 comments

I got waynergy work with a Barrier on Windows server. All the keyboard keys are working fine (thanks to the win keycode file).

However when I use a combination of Super key (LWIN) and another key, there is an offset by 1: LWIN+2 is received as LWIN+1 LWIN+3 is received as LWIN+2 LWIN+f is received as LWIN+d

FYI, LWIN is my modifier key on Sway and thus all my shortcuts are offset by 1.

Any idea why this offset appears when using a combination of Super key and not usual keys?

Version info

Server

  • Barrier: 2.4.0
  • Operating System: Windows

Client

  • 0.10.0 (AUR package)
  • Operating System: Archlinux + Sway
  • xkb_key_offset = 7
  • win Key_code file located in ~/.xkb/keycodes/win

jpbriend avatar Jun 09 '22 09:06 jpbriend

Could you post debug logs from barrier and waynergy (the relevant sections, anyway)? I am curious as to where this would come in.

r-c-f avatar Jul 30 '22 00:07 r-c-f

Having the same issue, did you fix it at some point? @jpbriend

jurienhamaker avatar Jan 10 '23 12:01 jurienhamaker