diff options
author | stephan <stephan@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-03-27 14:11:43 +0000 |
---|---|---|
committer | stephan <stephan@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2010-03-27 14:11:43 +0000 |
commit | 710bee77b157a0b09b6d8c613babe2d0c854c1ba (patch) | |
tree | d8b89b396abeae740907994f96a77ab8001ad304 /linux/X/symbols/shift | |
parent | 434c2374f1c9e6722070cf76c212a569610031ec (diff) |
Rebase auf xkeyboard-config git („-lang“-varianten noch nicht aktualisiert).
Korrekturen/Aufräumarbeiten
git-svn-id: https://svn.neo-layout.org@2228 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to '')
-rw-r--r-- | linux/X/symbols/shift | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/linux/X/symbols/shift b/linux/X/symbols/shift index ccb4ae1..78951c1 100644 --- a/linux/X/symbols/shift +++ b/linux/X/symbols/shift @@ -40,7 +40,7 @@ xkb_symbols "both_capslock" { include "shift(rshift_both_capslock)" }; -// When pressed alone, release Lock, whan pressed with another Shift key, set Lock. +// Release Lock when pressed alone and set Lock when pressed with another Shift key. partial modifier_keys xkb_symbols "lshift_both_capslock_cancel" { key <LFSH> { @@ -48,7 +48,7 @@ xkb_symbols "lshift_both_capslock_cancel" { symbols[Group1] = [ Shift_L, Caps_Lock ] }; }; -// When pressed alone, release Lock, whan pressed with another Shift key, set Lock. +// Release Lock when pressed alone and set Lock when pressed with another Shift key. partial modifier_keys xkb_symbols "rshift_both_capslock_cancel" { key <RTSH> { |