We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de9988e commit 4f42ed4Copy full SHA for 4f42ed4
1 file changed
libraries/layouts/keyboard_layout_mac_fr.py
@@ -194,6 +194,7 @@ class KeyboardLayout(KeyboardLayoutBase):
194
"€": 0x30, # € - altgr will be added thanks to NEED_ALTGR
195
"°": 0xAD, # °
196
"§": 0x23, # §
197
+ "£": 0xB1, # £
198
}
199
COMBINED_KEYS = {
200
'ã': b"\x11\xe1",
0 commit comments