Apply Fn first

It's otherwise impossible to type Ctrl+F keys.
This commit is contained in:
Jules Aguillon 2022-11-05 10:29:36 +01:00
parent d2328d4b9a
commit ebe66eb740

View File

@ -24,7 +24,6 @@ final class KeyValue
public static enum Modifier public static enum Modifier
{ {
SHIFT, SHIFT,
FN,
CTRL, CTRL,
ALT, ALT,
META, META,
@ -47,7 +46,8 @@ final class KeyValue
OGONEK, OGONEK,
SLASH, SLASH,
ARROW_RIGHT, ARROW_RIGHT,
BREVE BREVE,
FN, // Must be placed last to be applied first
} }
// Behavior flags. // Behavior flags.