From fdf07f69a1642983dae79ac0f6744df52395ad26 Mon Sep 17 00:00:00 2001 From: Roy Marples Date: Fri, 4 May 2007 15:15:11 +0000 Subject: 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 --- conf.d.Linux/keymaps | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'conf.d.Linux') diff --git a/conf.d.Linux/keymaps b/conf.d.Linux/keymaps index eb68fbe..a9a992e 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" -- cgit v1.2.3