diff options
| author | matttttt <18152455+martholomew@users.noreply.github.com> | 2020-02-27 20:43:06 +0000 |
|---|---|---|
| committer | matttttt <18152455+martholomew@users.noreply.github.com> | 2020-02-27 20:43:06 +0000 |
| commit | c7495a0640059c64f1041e5c7e4404d8117d2b5e (patch) | |
| tree | 9aa8046f225be816fca15f764ca423ec5aa2f30f /api/src | |
| parent | 6a5fe694e7d647abc276d80c01394742f59c2212 (diff) | |
| download | AnySoftKeyboard-c7495a0640059c64f1041e5c7e4404d8117d2b5e.tar.gz AnySoftKeyboard-c7495a0640059c64f1041e5c7e4404d8117d2b5e.tar.bz2 | |
Sinhala: keyboard and dictionary; ASK: shiftedkeyoutputtext and autolabel them
Diffstat (limited to 'api/src')
| -rw-r--r-- | api/src/main/res/values/keyboard_layout_api.xml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/api/src/main/res/values/keyboard_layout_api.xml b/api/src/main/res/values/keyboard_layout_api.xml index 5f618bef1..155db22f5 100644 --- a/api/src/main/res/values/keyboard_layout_api.xml +++ b/api/src/main/res/values/keyboard_layout_api.xml @@ -78,6 +78,9 @@ Copyright (C) 2013 Menny Even-Danan <attr name="shiftedKeyLabel" format="reference|string"/> + <!-- The string of characters to output when this key is pressed and shifted. --> + <attr name="shiftedKeyOutputText"/> + <!-- Whether should show preview. --> <attr name="showPreview"/> |
