-
Notifications
You must be signed in to change notification settings - Fork 30
Azerty changes #42
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
Azerty changes #42
Conversation
…omments about others with AltGr (+Shift)
I don't think CodePages are relevant here, because Rust has full Unicode support. If you have a photograph showing these symbols on your keyboard, I'll happily add them. If they are not printed on the keycaps, but instead something your OS has decided to generate, then we'll have to think a bit more carefully about whether other OSes do the same thing. |
Looking at https://en.wikipedia.org/wiki/AZERTY, I certainly agree that on an ISO keyboard |
They don't appear on the keyboard, effectively, but are handy. That's why I just added comments for now, as I was a little reluctant to implement them. The only ones that are printed on a standard AZERTY keyboard are Another use of this is that it would delay the necessary management of dead keys. For CP437/CP850, it is because Neotron is using 256 characters CP850 fonts by default and something related to PS/2 like this keyboard driver has now chances to be used in projects that deal with code pages. |
Right, but that's entirely Neotron OS's problem in mapping unicode to whatever the screen can display. We don't need to note it here. As noted above, I can take a PR for the symbols printed on the keycaps. For symbols not on the keycaps, I'll need to see some documentation that the proposed symbols are what people "usually" get when they press that key combination. Ideally evidence that that is what Windows does. |
Also, this may be a good time to split Azerty into French Azerty, Belgian Azerty and Dutch Azerty. |
This PR is now reduced to the bare minimum. About using Windows as a reference about AZERTY keyboard layout, many french speaking people tend to consider it as terrible. About variants, I was only aware of 3: French, Belgian and recent AFNOR French (which resembles to the variant I use on Linux but has a few keys moved or redefined and thus is not compatible with existing keyboards). https://en.wikipedia.org/wiki/AZERTY seems to be exhaustive and authoritative. |
And I thought QWERTY was confusing! LGTM. Perhaps you could open an issue proposing additional key mappings, citing precedent (and I'm happy to accept Windows might not be a good precedent, although I've never used it outside of US or UK locales). We can discuss them there, and then do one PR that implements them? |
Oem5
to get<
/>
instead of*
/µ
(Oem7
)¹
/³
on²
and≤
/≥
for<
/>
withAltGr
/AltGr
+Shift
with CP437/CP850 support noteAltGr
/AltGr
+Shift
bindings with CP437/CP850 support noteNB: