diff options
| author | dzaima | 2025-02-28 01:47:49 +0200 |
|---|---|---|
| committer | GitHub | 2025-02-28 00:47:49 +0100 |
| commit | 2b978dd2e00af6cc3a3efb218cc33fdbdd2318cc (patch) | |
| tree | 0679098c9e83755a19b571929b1765d6e581c05d /res | |
| parent | 55cb5f5315c9183f6e4821daa26997e329e30fd8 (diff) | |
| download | unexpected-keyboard-2b978dd2e00af6cc3a3efb218cc33fdbdd2318cc.tar.gz unexpected-keyboard-2b978dd2e00af6cc3a3efb218cc33fdbdd2318cc.zip | |
APL and BQN layouts (#899)
* Add compact BQN layout
* Add compact APL layout
Diffstat (limited to 'res')
| -rw-r--r-- | res/values/layouts.xml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/res/values/layouts.xml b/res/values/layouts.xml index 32e2b7f..e2bec86 100644 --- a/res/values/layouts.xml +++ b/res/values/layouts.xml @@ -41,7 +41,9 @@ <item>latn_bepo_fr</item> <item>latn_bone</item> <item>latn_neo2</item> + <item>latn_qwerty_apl</item> <item>latn_qwerty_az</item> + <item>latn_qwerty_bqn</item> <item>latn_qwerty_br</item> <item>latn_qwerty_cy</item> <item>latn_qwerty_cz</item> @@ -122,7 +124,9 @@ <item>BEPO (Français)</item> <item>Bone</item> <item>Neo 2</item> + <item>QWERTY (APL)</item> <item>QWERTY (Azərbaycanca)</item> + <item>QWERTY (BQN)</item> <item>QWERTY (Brasileiro)</item> <item>QWERTY (Welsh)</item> <item>QWERTY (Czech)</item> @@ -203,7 +207,9 @@ <item>@xml/latn_bepo_fr</item> <item>@xml/latn_bone</item> <item>@xml/latn_neo2</item> + <item>@xml/latn_qwerty_apl</item> <item>@xml/latn_qwerty_az</item> + <item>@xml/latn_qwerty_bqn</item> <item>@xml/latn_qwerty_br</item> <item>@xml/latn_qwerty_cy</item> <item>@xml/latn_qwerty_cz</item> |
