summaryrefslogtreecommitdiff
path: root/linux/Makefile
diff options
context:
space:
mode:
authorpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-04-28 04:24:21 +0000
committerpascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96>2009-04-28 04:24:21 +0000
commit4bf1a43a94201128ed2c4001e9d3e14ce238f957 (patch)
treee1f88a6d453f23deea1e309bf94732a9befc6b23 /linux/Makefile
parenta5e24b7c6d2a6b0d10f2c0fea1ecf864a3dfbd8c (diff)
downloadneo-layout-4bf1a43a94201128ed2c4001e9d3e14ce238f957.tar.gz
neo-layout-4bf1a43a94201128ed2c4001e9d3e14ce238f957.tar.bz2
neo-layout-4bf1a43a94201128ed2c4001e9d3e14ce238f957.zip
plus und minus statt KP_Add und KP_Substract
git-svn-id: https://svn.neo-layout.org@1806 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/Makefile')
-rw-r--r--linux/Makefile2
1 files changed, 2 insertions, 0 deletions
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' $< > $@