summaryrefslogtreecommitdiff
path: root/symbols/macintosh_vndr
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/macintosh_vndr
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/macintosh_vndr')
-rw-r--r--symbols/macintosh_vndr/us4
1 files changed, 2 insertions, 2 deletions
diff --git a/symbols/macintosh_vndr/us b/symbols/macintosh_vndr/us
index 36f4429..d0cf560 100644
--- a/symbols/macintosh_vndr/us
+++ b/symbols/macintosh_vndr/us
@@ -6,7 +6,7 @@ xkb_symbols "extended" {
key <ESC> { [ Escape ] };
// Alphanumeric section
- key <TLDE> { [ quoteleft, asciitilde ] };
+ key <TLDE> { [ grave, asciitilde ] };
key <AE01> { [ 1, exclam ] };
key <AE02> { [ 2, at ] };
key <AE03> { [ 3, numbersign ] };
@@ -44,7 +44,7 @@ xkb_symbols "extended" {
key <AC08> { [ k, K ] };
key <AC09> { [ l, L ] };
key <AC10> { [ semicolon, colon ] };
- key <AC11> { [ quoteright, quotedbl ] };
+ key <AC11> { [ apostrophe, quotedbl ] };
key <AB01> { [ z, Z ] };
key <AB02> { [ x, X ] };