Summary: | Regression: caps lock as control is broken with xkeyboard-config 2.1 (bisected) | ||
---|---|---|---|
Product: | xkeyboard-config | Reporter: | Nick Bowler <nbowler> |
Component: | General | Assignee: | xkb |
Status: | RESOLVED DUPLICATE | QA Contact: | |
Severity: | normal | ||
Priority: | medium | ||
Version: | unspecified | ||
Hardware: | Other | ||
OS: | All | ||
Whiteboard: | |||
i915 platform: | i915 features: |
Description
Nick Bowler
2011-02-15 19:46:37 UTC
*** This bug has been marked as a duplicate of bug 30898 *** I don't think you should use the keysym Caps_Lock for some behavior other than a Lock (because the Caps_Lock keysym now has its own action defined). Please modify your xmodmap-line to the following: xmodmap -e 'remove lock = Caps_Lock' -e 'keysym Caps_Lock = Control_L' -e 'add control = Control_L' With this you get a proper keysym displayed in xev when pressing your key and you don't mess with the Caps_Lock keysym. But there is an even simplier solution: use the xkb-option “ctrl:nocaps”. It does the same as your xmodmapline: replacing capslock with a control key. |
Use of freedesktop.org services, including Bugzilla, is subject to our Code of Conduct. How we collect and use information is described in our Privacy Policy.