forked from extern/Unexpected-Keyboard
Rename the main compose state
This commit is contained in:
parent
ac1b2b758e
commit
37b8ebae48
@ -3,6 +3,8 @@
|
|||||||
The `compose.py` program parses the compose sequences found in this directory
|
The `compose.py` program parses the compose sequences found in this directory
|
||||||
and generates `srcs/juloo.keyboard2/ComposeKeyData.java`.
|
and generates `srcs/juloo.keyboard2/ComposeKeyData.java`.
|
||||||
|
|
||||||
## `en_US_UTF_8_Compose/en_US_UTF_8_Compose.pre`
|
## `compose/en_US_UTF_8_Compose.pre`
|
||||||
|
|
||||||
This file is copied from the `xorg` project. Copyright applies.
|
This file is copied from the `xorg` project. Copyright applies.
|
||||||
|
|
||||||
|
## `compose/extra.json`
|
||||||
|
Binary file not shown.
@ -570,7 +570,7 @@ public final class KeyValue implements Comparable<KeyValue>
|
|||||||
case "autofill": return editingKey("auto", Editing.AUTOFILL);
|
case "autofill": return editingKey("auto", Editing.AUTOFILL);
|
||||||
|
|
||||||
/* The compose key */
|
/* The compose key */
|
||||||
case "compose": return makeComposePending(0xE016, ComposeKeyData.en_US_UTF_8_Compose, FLAG_SECONDARY | FLAG_SMALLER_FONT | FLAG_SPECIAL);
|
case "compose": return makeComposePending(0xE016, ComposeKeyData.compose, FLAG_SECONDARY | FLAG_SMALLER_FONT | FLAG_SPECIAL);
|
||||||
|
|
||||||
/* Placeholder keys */
|
/* Placeholder keys */
|
||||||
case "removed": return placeholderKey(Placeholder.REMOVED);
|
case "removed": return placeholderKey(Placeholder.REMOVED);
|
||||||
|
Loading…
Reference in New Issue
Block a user