forked from extern/Unexpected-Keyboard
Apply Fn first
It's otherwise impossible to type Ctrl+F keys.
This commit is contained in:
parent
d2328d4b9a
commit
ebe66eb740
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user