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.
1 parent 11160d2 commit 28d670bCopy full SHA for 28d670b
libraries/keycode_mac_fr.py
@@ -114,7 +114,7 @@ class Keycode:
114
QUOTE = FOUR
115
"""``4`` and ``'``"""
116
FIVE = 0x22
117
- OPENPARENS = FIVE
+ LEFT_PARENS = FIVE
118
"""``5`` and ``(``"""
119
SIX = 0x23
120
PARAGRAPH = SIX
@@ -285,6 +285,17 @@ class Keycode:
285
F19 = 0x6E
286
"""Function key F19 (Mac)"""
287
288
+ F20 = 0x6F
289
+ """Function key F20"""
290
+ F21 = 0x70
291
+ """Function key F21"""
292
+ F22 = 0x71
293
+ """Function key F22"""
294
+ F23 = 0x72
295
+ """Function key F23"""
296
+ F24 = 0x73
297
+ """Function key F24"""
298
+
299
LEFT_CONTROL = 0xE0
300
"""Control modifier left of the spacebar"""
301
CONTROL = LEFT_CONTROL
0 commit comments