diff options
| author | Wisha Wa <wisha.wa@yandex.com> | 2020-07-07 04:28:21 +0000 |
|---|---|---|
| committer | Wisha Wa <wisha.wa@yandex.com> | 2020-07-07 04:28:21 +0000 |
| commit | 4369ffe4cad97d0bab762e9e692be06e6c13893f (patch) | |
| tree | 9a2a76d09895acd70930f90baeedd91b871cc8d8 /api | |
| parent | 5f50aadb034deb39aed629534b55bdf50cb89d60 (diff) | |
| download | AnySoftKeyboard-4369ffe4cad97d0bab762e9e692be06e6c13893f.tar.gz AnySoftKeyboard-4369ffe4cad97d0bab762e9e692be06e6c13893f.tar.bz2 | |
Add ask:isShiftAlways to allow Thai language keyboard to work
Diffstat (limited to 'api')
| -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 627e8b1c8..c814592f4 100644 --- a/api/src/main/res/values/keyboard_layout_api.xml +++ b/api/src/main/res/values/keyboard_layout_api.xml @@ -73,6 +73,9 @@ Copyright (C) 2013 Menny Even-Danan <attr name="longPressCode" format="reference|integer"/> <attr name="isFunctional" format="reference|boolean"/> + + <!-- Should the shift code be outputted even if the shift is only active because of sticky? --> + <attr name="isShiftAlways" format="reference|boolean"/> <attr name="shiftedCodes" format="reference|integer|string"/> |
