diff options
author | bfox <bfox> | 2000-12-08 19:54:00 +0000 |
---|---|---|
committer | bfox <bfox> | 2000-12-08 19:54:00 +0000 |
commit | 6a34700c0d8f8dfbc22a542fa1cefc3958c19c7a (patch) | |
tree | 7ea60be934aa5381b9d013c5577dfa8d132305bc | |
parent | bba37fe20785155764df108c141d924d0a6155e9 (diff) | |
download | anaconda-6a34700c0d8f8dfbc22a542fa1cefc3958c19c7a.tar.gz anaconda-6a34700c0d8f8dfbc22a542fa1cefc3958c19c7a.tar.xz anaconda-6a34700c0d8f8dfbc22a542fa1cefc3958c19c7a.zip |
Added a new line in the XF86Config template for "ctrl:nocaps"
-rw-r--r-- | xf86config.py | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/xf86config.py b/xf86config.py index a66b1c99b..966c6998a 100644 --- a/xf86config.py +++ b/xf86config.py @@ -124,7 +124,12 @@ Section "Keyboard" # # If you'd like to switch the positions of your capslock and # control keys, use: +# XkbOptions "ctrl:swapcaps" +# +# If you'd like to disable the capslock key, use: # XkbOptions "ctrl:nocaps" + + XkbRules "%(XkbRules)s" XkbModel "%(XkbModel)s" XkbLayout "%(XkbLayout)s" |