mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced 2025-06-24 19:51:28 +02:00
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…
x
Reference in New Issue
Block a user