Skip to content

Commit 531cf6d

Browse files
committed
fix vertical bar in mac fr layout
1 parent 790117a commit 531cf6d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/layouts/keyboard_layout_mac_fr.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -178,7 +178,7 @@ class KeyboardLayout(KeyboardLayoutBase):
178178
b'\x1c' # y
179179
b'\x1a' # z
180180
b'\x22' # {
181-
b'\x1f' # |
181+
b'\x8f' # |
182182
b'\x2d' # }
183183
b'\x00' # ~
184184
b'\x00' # DEL

0 commit comments

Comments
 (0)