summaryrefslogtreecommitdiff
path: root/symbols/ir
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2013-09-05 19:56:28 +0200
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2013-09-05 23:27:17 +0100
commit23d2257774a8629392293138399a0159399bbfc4 (patch)
tree7c2662f423a5085747b6fa3cbdd5b55bc5307c3a /symbols/ir
parent8f49c92c54c53eab6d40d8be90ce06773d20d196 (diff)
downloadxkeyboard-config-23d2257774a8629392293138399a0159399bbfc4.tar.gz
Replacing the deprecated 'quoteleft'/'quoteright' with canonical forms.
They have been deprecated since at least 2003. They are replaced with the standard key symbols 'grave' and 'apostrophe'. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'symbols/ir')
-rw-r--r--symbols/ir6
1 files changed, 3 insertions, 3 deletions
diff --git a/symbols/ir b/symbols/ir
index 0414d02..519708d 100644
--- a/symbols/ir
+++ b/symbols/ir
@@ -39,7 +39,7 @@ partial hidden alphanumeric_keys
xkb_symbols "pes_part_basic" {
// Persian digits
- key <AE01> { [ Farsi_1, exclam, quoteleft ] };
+ key <AE01> { [ Farsi_1, exclam, grave ] };
key <AE02> { [ Farsi_2, 0x100066c, at ] };
key <AE03> { [ Farsi_3, 0x100066b, numbersign ] };
key <AE04> { [ Farsi_4, 0x100fdfc, dollar ] };
@@ -99,7 +99,7 @@ partial hidden alphanumeric_keys
xkb_symbols "pes_part_ext" {
// Persian and ASCII digits
- key <AE01> { [ 0x10006f1, exclam, quoteleft, 1 ] };
+ key <AE01> { [ 0x10006f1, exclam, grave, 1 ] };
key <AE02> { [ 0x10006f2, 0x100066c, at, 2 ] };
key <AE03> { [ 0x10006f3, 0x100066b, numbersign, 3 ] };
key <AE04> { [ 0x10006f4, 0x100fdfc, dollar, 4 ] };
@@ -186,7 +186,7 @@ xkb_symbols "ku_ara" {
key <BKSL> { [ backslash, bar, ccedilla, Ccedilla ] };
// Digits
- key <AE01> { [ 1, exclam, 0x10006f1, quoteleft ] };
+ key <AE01> { [ 1, exclam, 0x10006f1, grave ] };
key <AE02> { [ 2, at, 0x10006f2, at ] };
key <AE03> { [ 3, numbersign, 0x10006f3, 0x100066b ] };
key <AE04> { [ 4, dollar, 0x10006f4, 0x100fdfc ] };