summaryrefslogtreecommitdiff
path: root/symbols/altwin
diff options
context:
space:
mode:
authorBenno Schulenberg <bensberg@justemail.net>2013-08-22 22:19:37 +0200
committerSergey Udaltsov <sergey.udaltsov@gmail.com>2013-08-25 23:18:22 +0100
commit7ebd61931f2cdb391abb2582fafef583bcf0edf3 (patch)
treec3e8c8c0f3d812e0b2e8278e98e48314bf86995e /symbols/altwin
parent80ea33af83655e5e97f60d9adf2f090eff266496 (diff)
downloadxkeyboard-config-7ebd61931f2cdb391abb2582fafef583bcf0edf3.tar.gz
Using the word "switch" in the description for layout switching.
Also spell "Ctrl" consistently, and remove an unneeded fragment. Signed-off-by: Benno Schulenberg <bensberg@justemail.net>
Diffstat (limited to 'symbols/altwin')
-rw-r--r--symbols/altwin4
1 files changed, 2 insertions, 2 deletions
diff --git a/symbols/altwin b/symbols/altwin
index d22013d..c65727d 100644
--- a/symbols/altwin
+++ b/symbols/altwin
@@ -15,7 +15,7 @@ xkb_symbols "alt_win" {
modifier_map Mod1 { <LWIN>, <RWIN> };
};
-// Control is mapped to the Win-keys (and the usual Ctrl keys).
+// Ctrl is mapped to the Win-keys (and the usual Ctrl keys).
partial modifier_keys
xkb_symbols "ctrl_win" {
key <LWIN> { [ Control_L ] };
@@ -23,7 +23,7 @@ xkb_symbols "ctrl_win" {
modifier_map Control { <LWIN>, <RWIN> };
};
-// Ctrl is mapped to the Alt-keys, Alt is mapped to the Win-keys, Win is mapped to the Ctrl-keys.
+// Ctrl is mapped to the Alt-keys, Alt is mapped to the Win-keys, Win is mapped to the Ctrl-keys.
partial modifier_keys
xkb_symbols "ctrl_alt_win" {
key <LALT> { [ Control_L, Control_L ] };