From 4bf1a43a94201128ed2c4001e9d3e14ce238f957 Mon Sep 17 00:00:00 2001 From: pascal Date: Tue, 28 Apr 2009 04:24:21 +0000 Subject: plus und minus statt KP_Add und KP_Substract git-svn-id: https://svn.neo-layout.org@1806 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'linux/Makefile') diff --git a/linux/Makefile b/linux/Makefile index 7271f78..72c29dc 100644 --- a/linux/Makefile +++ b/linux/Makefile @@ -17,6 +17,8 @@ xmodmap/neo_de_x-prog.xmodmap:xmodmap/neo_de.xmodmap -e 's/\x09Right/\x09KP_Right/g'\ -e 's/\x09End/\x09KP_End/g'\ -e 's/\x09Next/\x09KP_Next/g'\ + -e 's/\x09KP_Add/\x09plus/g'\ + -e 's/\x09KP_Substract/\x09minus/g'\ -e 's/\x09Return/\x09KP_Enter/g' $< > $@ -- cgit v1.2.3