Skip to content

Commit 4f42ed4

Browse files
committed
add british pound symbol to mac fr
1 parent de9988e commit 4f42ed4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

libraries/layouts/keyboard_layout_mac_fr.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -194,6 +194,7 @@ class KeyboardLayout(KeyboardLayoutBase):
194194
"€": 0x30, # € - altgr will be added thanks to NEED_ALTGR
195195
"°": 0xAD, # °
196196
"§": 0x23, # §
197+
"£": 0xB1, # £
197198
}
198199
COMBINED_KEYS = {
199200
'ã': b"\x11\xe1",

0 commit comments

Comments
 (0)