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
|
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.
|
||||||
|
Loading…
Reference in New Issue
Block a user