We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5ef319b + 28b3310 commit cf8644bCopy full SHA for cf8644b
libraries/layouts/keyboard_layout_win_it.py
@@ -136,13 +136,13 @@ class KeyboardLayout(KeyboardLayoutBase):
136
b'\x1b' # 'x'
137
b'\x1c' # 'y'
138
b'\x1d' # 'z'
139
- b'\x00'
+ b'\xaf' # '{'
140
b'\xb5' # '|'
141
+ b'\xb0' # '}'
142
b'\x00'
143
144
)
145
- NEED_ALTGR = '#@[]€'
+ NEED_ALTGR = '#@[]€{}'
146
HIGHER_ASCII = {
147
0xa3: 0xa0, # '£'
148
0x20ac: 0x22, # '€'
0 commit comments