Correct keyboard configuration for Mac (AZERTY)? #3236
-
Beta Was this translation helpful? Give feedback.
Answered by
matt335672
Sep 6, 2024
Replies: 1 comment 3 replies
-
I dug deeper : ) The issue is in
I don't know how this file is generated, should I file a bug report or something? |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I think it 's just something you'll need to be aware of - the RDP specification is essentially based around PC scancodes.
The PC keyboard layout for code 0000080c is Belgian French:-
https://www.kbdlayout.info/kbdbe
This seems to correspond to the picture you've reported. If we change the file to suit the Mac, we'll break it for PC users, and vice-versa.
The French layout is here:-
https://www.kbdlayout.info/kbdfrna
That would suit that single key better, but would break a lot of others.