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
{
SHIFT,
FN,
CTRL,
ALT,
META,
@ -47,7 +46,8 @@ final class KeyValue
OGONEK,
SLASH,
ARROW_RIGHT,
BREVE
BREVE,
FN, // Must be placed last to be applied first
}
// Behavior flags.