diff options
author | Roy Marples <roy@marples.name> | 2007-05-04 15:15:11 +0000 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2007-05-04 15:15:11 +0000 |
commit | fdf07f69a1642983dae79ac0f6744df52395ad26 (patch) | |
tree | 9704f555ed5a9a798efa3ea049221504f6c44e7d /conf.d.Linux/keymaps | |
parent | 2fd8225c6ae47e13956deb7b0aa8c838be243a86 (diff) |
Fix unicode keymaps, #173528.
Some fonts show the currency symbol instead of the Euro when doing
AltGr-E, so we provide an easy setting to fix this. Release alpha2
Diffstat (limited to 'conf.d.Linux/keymaps')
-rw-r--r-- | conf.d.Linux/keymaps | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/conf.d.Linux/keymaps b/conf.d.Linux/keymaps index eb68fbe2..a9a992ed 100644 --- a/conf.d.Linux/keymaps +++ b/conf.d.Linux/keymaps @@ -15,7 +15,7 @@ SET_WINDOWKEYS="no" # The maps to load for extended keyboards. Most users will leave this as is. EXTENDED_KEYMAPS="" -#EXTENDED_KEYMAPS="backspace keypad euro" +#EXTENDED_KEYMAPS="backspace keypad euro2" # Tell dumpkeys(1) to interpret character action codes to be @@ -24,3 +24,9 @@ EXTENDED_KEYMAPS="" # For a list of valid sets, run `dumpkeys --help` DUMPKEYS_CHARSET="" + + +# Some fonts map AltGr-E to the currency symbol ¤ instead of the Euro € +# To fix this, set to "yes" + +FIX_EURO="no" |