diff options
author | Roy Marples <roy@marples.name> | 2007-12-09 13:52:03 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-12-09 13:52:03 +0000 |
commit | 39b7394d93be88f1694f46f6e0f4c5205eeff96d (patch) | |
tree | f511c6f42569dcce063682c76048e834f0e4b4bb /conf.d.Linux/keymaps | |
parent | f71beafa166d7bc80d6440bf3fa70d6faac9bda1 (diff) |
uppercase values
Diffstat (limited to 'conf.d.Linux/keymaps')
-rw-r--r-- | conf.d.Linux/keymaps | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/conf.d.Linux/keymaps b/conf.d.Linux/keymaps index 0ff0d90c..781999e5 100644 --- a/conf.d.Linux/keymaps +++ b/conf.d.Linux/keymaps @@ -6,7 +6,7 @@ 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". -windowkeys="no" +windowkeys="NO" # The maps to load for extended keyboards. Most users will leave this as is. extended_keymaps="" @@ -20,4 +20,4 @@ dumpkeys_charset="" # Some fonts map AltGr-E to the currency symbol ¤ instead of the Euro € # To fix this, set to "yes" -fix_euro="no" +fix_euro="NO" |