summaryrefslogtreecommitdiff
path: root/conf.d.Linux
diff options
context:
space:
mode:
authorRoy Marples <roy@marples.name>2007-05-04 15:15:11 +0000
committerRoy Marples <roy@marples.name>2007-05-04 15:15:11 +0000
commitfdf07f69a1642983dae79ac0f6744df52395ad26 (patch)
tree9704f555ed5a9a798efa3ea049221504f6c44e7d /conf.d.Linux
parent2fd8225c6ae47e13956deb7b0aa8c838be243a86 (diff)
downloadopenrc-fdf07f69a1642983dae79ac0f6744df52395ad26.tar.gz
openrc-fdf07f69a1642983dae79ac0f6744df52395ad26.tar.bz2
openrc-fdf07f69a1642983dae79ac0f6744df52395ad26.tar.xz
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')
-rw-r--r--conf.d.Linux/keymaps8
1 files changed, 7 insertions, 1 deletions
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"