summaryrefslogtreecommitdiffstats
path: root/xf86config.py
diff options
context:
space:
mode:
authorbfox <bfox>2000-12-08 19:54:00 +0000
committerbfox <bfox>2000-12-08 19:54:00 +0000
commit6a34700c0d8f8dfbc22a542fa1cefc3958c19c7a (patch)
tree7ea60be934aa5381b9d013c5577dfa8d132305bc /xf86config.py
parentbba37fe20785155764df108c141d924d0a6155e9 (diff)
downloadanaconda-6a34700c0d8f8dfbc22a542fa1cefc3958c19c7a.tar.gz
anaconda-6a34700c0d8f8dfbc22a542fa1cefc3958c19c7a.tar.xz
anaconda-6a34700c0d8f8dfbc22a542fa1cefc3958c19c7a.zip
Added a new line in the XF86Config template for "ctrl:nocaps"
Diffstat (limited to 'xf86config.py')
-rw-r--r--xf86config.py5
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"