From 66f0f96ff3cde6f33863a06f7c4d5cede839b4dc Mon Sep 17 00:00:00 2001 From: Chris Ye Date: Mon, 10 May 2021 23:39:07 +0000 Subject: [PATCH] Change the brackets in Hebrew keyboard layout. Change the brackets in Hebrew keyboard layout to be consistent with RTL layout. Bug: 178953618 Test: Connect a physical keyboard, and choose "Hebrew" keyboard layout. Change-Id: Idf11370996771c63148db145c0921eb1077c1176 --- .../res/raw/keyboard_layout_hebrew.kcm | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/packages/InputDevices/res/raw/keyboard_layout_hebrew.kcm b/packages/InputDevices/res/raw/keyboard_layout_hebrew.kcm index cd3a4b959386d..283cb4ef20812 100644 --- a/packages/InputDevices/res/raw/keyboard_layout_hebrew.kcm +++ b/packages/InputDevices/res/raw/keyboard_layout_hebrew.kcm @@ -89,14 +89,14 @@ key 8 { key 9 { label: '9' base: '9' - shift: '(' + shift: ')' shift+capslock: '\u05c2' } key 0 { label: '0' base: '0' - shift: ')' + shift: '(' shift+capslock: '\u05c1' } @@ -180,17 +180,17 @@ key P { } key LEFT_BRACKET { - label: '[' - base, capslock: '[' - shift: '{' -} - -key RIGHT_BRACKET { label: ']' base, capslock: ']' shift: '}' } +key RIGHT_BRACKET { + label: '[' + base, capslock: '[' + shift: '{' +} + ### ROW 3 key A { @@ -322,14 +322,14 @@ key M { key COMMA { label: ',' base: '\u05ea' - shift: '<' + shift: '>' capslock: ',' } key PERIOD { label: '.' base: '\u05e5' - shift: '>' + shift: '<' capslock: '.' }