diff options
author | William Hubbs <williamh@gentoo.org> | 2011-03-22 00:34:50 -0500 |
---|---|---|
committer | William Hubbs <williamh@gentoo.org> | 2011-03-22 00:34:50 -0500 |
commit | c020454c846c3831e2299cf30c4d87286d4655da (patch) | |
tree | f988e498b949806b52e5b4555d65fecd6a757160 /conf.d/keymaps | |
parent | 60d8d4f5bbdfc3e91ed4adce0ee1315e1bdf47b6 (diff) |
update documentation for windowkeys variable
The documentation makes a recommendation for the setting but does not
state the purpose of the variable.
X-Gentoo-Bug: 357869
X-Gentoo-Bug-URL: http://bugs.gentoo.org/show_bug.cgi?id=357869
Diffstat (limited to 'conf.d/keymaps')
-rw-r--r-- | conf.d/keymaps | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/conf.d/keymaps b/conf.d/keymaps index 842803bb..7707272e 100644 --- a/conf.d/keymaps +++ b/conf.d/keymaps @@ -4,6 +4,8 @@ keymap="us" # Should we first load the 'windowkeys' console keymap? Most x86 users will # say "yes" here. Note that non-x86 users should leave it as "no". +# Loading this keymap will enable VT switching (like ALT+Left/Right) +# using the special windows keys on the linux console. windowkeys="NO" # The maps to load for extended keyboards. Most users will leave this as is. |