This website requires JavaScript.
Explore
Help
Sign In
extern
/
Unexpected-Keyboard
Watch
1
Star
0
Fork
1
You've already forked Unexpected-Keyboard
mirror of
https://github.com/Julow/Unexpected-Keyboard.git
synced
2025-02-22 04:21:11 +01:00
Code
Issues
Actions
Packages
Projects
Releases
Wiki
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
}
Reference in New Issue
Copy Permalink