This website requires JavaScript.
Explore
Help
Sign In
holm
/
Unexpected-Keyboard
Watch
1
Star
0
Fork
0
You've already forked Unexpected-Keyboard
forked from
extern/Unexpected-Keyboard
Code
Pull Requests
Activity
6fae23a432
Unexpected-Keyboard
/
srcs
/
compose
/
accent_ogonek.json
11 lines
113 B
JSON
Raw
Normal View
History
Unescape
Escape
Move diacritics mapping to the compose state machine This replaces the switch cases in KeyModifier.java with JSON files, one for each diacritic. The number of states increases from 6727 to 7377. The apk size slightly decreases (around 3kb).
2024-06-09 11:43:21 +02:00
{
compose/accent_*.json: improvements (more accents) (#770) compose/accent_*.json: improve/complete implementation compose/shift.json: uppercase for superscript letters & characters without preapplied uppercase versions
2024-10-05 11:06:24 +02:00
// latin
Move diacritics mapping to the compose state machine This replaces the switch cases in KeyModifier.java with JSON files, one for each diacritic. The number of states increases from 6727 to 7377. The apk size slightly decreases (around 3kb).
2024-06-09 11:43:21 +02:00
"a"
:
"ą"
,
"e"
:
"ę"
,
"i"
:
"į"
,
"o"
:
"ǫ"
,
compose/accent_*.json: improvements (more accents) (#770) compose/accent_*.json: improve/complete implementation compose/shift.json: uppercase for superscript letters & characters without preapplied uppercase versions
2024-10-05 11:06:24 +02:00
"u"
:
"ų"
,
// extended latin
"ō"
:
"ǭ"
Move diacritics mapping to the compose state machine This replaces the switch cases in KeyModifier.java with JSON files, one for each diacritic. The number of states increases from 6727 to 7377. The apk size slightly decreases (around 3kb).
2024-06-09 11:43:21 +02:00
}
Copy Permalink