-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Arch Client connecting to MacOS host has incorrect keys #7
Comments
It's ultimately similar enough to #4; if I understood their report correctly the
with |
I didn't understand where to set this and how to enable it. Does this also interfere with connecting the same keyboard directly to the computer with Bluetooth? |
The quoted |
Is there anything else to do? I put those files in the mentioned places, and restarted my waynergy client, but still similar results. Now backspace outputs |
Okay, if I do |
In that case I'd try the keycodes from #4, i.e. at
and for waynergy's
and just delete That's going to be missing a few keys from typical desktop layouts but if it works they'll be easy enough to add. |
I'll give that a shot, thanks |
That seems to be working for the most part, but only on Chrome for some reason, the asdfghzx keys don't work. They just simply don't output anything. I am running Chrome with I should have mentioned this earlier, but I'm not using a standard 104-key board. I'm using a 60% keyboard with 61-keys, but in standard ANSI layout (it's just missing the Function keys as well as the numpad). I'm not sure that makes a difference since the rest of the keys are standard. |
Yeah, a little funky. So |
xev will be limited by the xwayland keycode limitations, and Chromium is probably assuming they are still in place on Wayland so,
you should get vaguely-sensible results. This should (hopefully) be the last change required; I thank you for being willing to test this, as I (obviously) don't have a Mac myself. |
That is indeed working a lot better. I should thank you for bearing with me and my issues. I really appreciate the amazing support you've given me so far. I have 2 last issues, 1 larger issue, and 1 smaller issue, and both are limited to it happening within Chrome.
|
xkbcomp doesn't like duplicate symbols, so perhaps
will work. If it doesn't, and the output of |
Yeh, looks like |
I'm trying to piece together the keycode map you pasted with
does that mean that I should map the letter In this case
should be
? |
Oh, I see... the 38 is when I'm directly connected to the laptop with this keyboard. The 8 comes thru when it's with Synergy. I can live with Firefox, in fact I prefer Firefox. Thank you for all the help! Feel free to close this if you'd like. |
I've updated the readme and included the working keycodes section in the doc directory so that this is less surprising for future users. Thank you again for the report and the testing. |
Thank you for your diligence in helping and all your hard work on this project! |
Connecting from my Arch box to my MacOS box, the keyboard doesn't respond as it should.
If I press
a
nothing happens, if I pressBackspace
, it outputs az
.I took a look at #4 and #3 but I couldn't fully understand it, and neither of those are exactly my problem (I'm on MacOS as host, Arch as client, and I'm not using XWayland.
The text was updated successfully, but these errors were encountered: