Support for azerty keyboards #976
Replies: 4 comments 1 reply
-
Is it possible to have this preset added ? |
Beta Was this translation helpful? Give feedback.
-
Do we have a way to find the name of a key ? In Hyprland, it's named like this:
|
Beta Was this translation helpful? Give feedback.
-
As someone who doesn't use azerty, the issue is unclear. I'm looking at the picture: https://en.wikipedia.org/wiki/AZERTY and I don't understand why placing the following in the config, won't resolve the problem [key-mapping.key-notation-to-key-code]
'&' = '1'
'é' = '2'
'"' = '3'
"'" = '4'
'(' = '5'
'§' = '6'
'è' = '7'
'!' = '8'
'ç' = '9'
'à' = '0'
')' = '-'
'-' = '='
a = 'q'
z = 'w'
e = 'e'
r = 'r'
t = 't'
y = 'y'
u = 'u'
i = 'i'
o = 'o'
p = 'p'
'^' = 'leftSquareBracket'
'$' = 'rightSquareBracket'
q = 'a'
s = 's'
d = 'd'
f = 'f'
g = 'g'
h = 'h'
j = 'j'
k = 'k'
l = 'l'
m = 'semicolon'
'ù' = 'quote'
w = 'z'
x = 'x'
c = 'c'
v = 'v'
b = 'b'
n = 'n'
comma = 'm'
semicolon = 'comma'
colon = 'period'
'=' = 'slash' |
Beta Was this translation helpful? Give feedback.
-
Yes, it’s possible to override the keymapping, but this shouldn’t be necessary. It can create confusion for AZERTY users who may struggle with non-functional keyboard shortcuts. Given that Dvorak support is already available, a similar approach could be used for this. |
Beta Was this translation helpful? Give feedback.
-
Hello,
Is it possible to add the azerty configuration to Aerospace?
"
Possible values: (qwerty|dvorak)
See https://nikitabobko.github.io/AeroSpace/guide#key-mapping
key-mapping.preset = 'qwerty'
"
In addition, numbers and signs are reversed on azerty keyboards.
Here's an illustration:
https://www.journaldulapin.com/wp-content/uploads/2017/12/02-2.png
Also for azerty windows keyboards the configuration is as follows:
https://upload.wikimedia.org/wikipedia/commons/thumb/b/b9/KB_France.svg/1000px-KB_France.svg.png
Can we add the following signs :
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions