diff options
| author | 2024-07-29 10:55:09 +0000 | |
|---|---|---|
| committer | 2024-07-29 11:01:19 +0000 | |
| commit | 476e4713f0d09bbfd0a01bb4000bbdf2e984201d (patch) | |
| tree | acd37fd246d987cc3d9d8fe4f8eea5929512c684 | |
| parent | 4ad3c8ad8e838961e8397ebf182ce85f562188fc (diff) | |
Support Arabic percent sign in Arabic keyboard layout
It's currently not possible to input the Arabic percent sign
on the Arabic keyboard layout; currently we use CapsLock in order
to toggle between ASCII and Arabic numerals, so we will use the
same mechanism to input it.
Bug: 355379225
Flag: EXEMPT bugfix
Test: Flashed on device, tested layout
Change-Id: Icfbce9095e2807d6ae365749cd34f9ef20a63a37
| -rw-r--r-- | packages/InputDevices/res/raw/keyboard_layout_arabic.kcm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/InputDevices/res/raw/keyboard_layout_arabic.kcm b/packages/InputDevices/res/raw/keyboard_layout_arabic.kcm index 9c2064c9b8ea..8c6880b111a5 100644 --- a/packages/InputDevices/res/raw/keyboard_layout_arabic.kcm +++ b/packages/InputDevices/res/raw/keyboard_layout_arabic.kcm @@ -58,7 +58,8 @@ key 5 { label: '5' base: '\u0665' capslock: '5' - shift: '%' + shift: '\u066a' + shift+capslock: '%' } key 6 { |