From fcffd552d2c4e6e3b8dc8568ec82c19038cd9c70 Mon Sep 17 00:00:00 2001 From: Chris Ye Date: Tue, 27 Apr 2021 19:02:21 +0000 Subject: Change the brackets in Arabic keyboard layout. Change the brackets in Arabic keyboard layout to be consistent with RTL layout. Bug: 178953618 Test: Connect a physical keyboard, and choose "Arabic" keyboard layout. Change-Id: I0e892a643ba28622c042973ecbc37e136d7f9e23 --- packages/InputDevices/res/raw/keyboard_layout_arabic.kcm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/InputDevices/res/raw/keyboard_layout_arabic.kcm b/packages/InputDevices/res/raw/keyboard_layout_arabic.kcm index 2a95cfe6f8b1..44d5a0c376f7 100644 --- a/packages/InputDevices/res/raw/keyboard_layout_arabic.kcm +++ b/packages/InputDevices/res/raw/keyboard_layout_arabic.kcm @@ -85,14 +85,14 @@ key 8 { key 9 { label: '9' base: '\u0669' - shift: '(' + shift: ')' capslock: '9' } key 0 { label: '0' base: '\u0660' - shift: ')' + shift: '(' capslock: '0' } -- cgit v1.2.3-59-g8ed1b