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 2d98ddd commit 3c2439bCopy full SHA for 3c2439b
src/macos/keypress.c
@@ -68,7 +68,7 @@ void toggleKeyCode(MMKeyCode code, const bool down, MMKeyFlags flags) {
68
flags |= MOD_SHIFT;
69
}
70
if (code == K_FUNCTION) {
71
- flags |= MOD_FUNCTION;
+ flags |= MOD_FN;
72
73
74
MMKeyFlags activeKeyFlags;
0 commit comments