summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--init.d/keymaps.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.d/keymaps.in b/init.d/keymaps.in
index a55a0e0..5889268 100644
--- a/init.d/keymaps.in
+++ b/init.d/keymaps.in
@@ -58,7 +58,7 @@ start()
if yesno $fix_euro; then
ebegin "Fixing font for euro symbol"
# Fix some fonts displaying the Euro, #173528.
- echo "altgr keycode 18 = U+20AC" | loadkeys -q
+ echo "altgr keycode 18 = U+20AC" | loadkeys -q -
eend $?
fi