summaryrefslogtreecommitdiff
path: root/linux/console/bin/mach_kurzreferenz
diff options
context:
space:
mode:
Diffstat (limited to 'linux/console/bin/mach_kurzreferenz')
-rwxr-xr-xlinux/console/bin/mach_kurzreferenz9
1 files changed, 9 insertions, 0 deletions
diff --git a/linux/console/bin/mach_kurzreferenz b/linux/console/bin/mach_kurzreferenz
new file mode 100755
index 0000000..39c7973
--- /dev/null
+++ b/linux/console/bin/mach_kurzreferenz
@@ -0,0 +1,9 @@
+#!/bin/sh
+xmodmap=../xmodmap/neo_de.xmodmap
+
+grep -n ^keycode $xmodmap | grep ^[12] | tr -s [:blank:] ' '| cut -f2 -d = > mach_kurzreferenz.hilfe
+grep space $xmodmap | grep ^keycode | tr -s [:blank:] ' '| cut -f2 -d = >> mach_kurzreferenz.hilfe
+
+sed -f console.ersetze mach_kurzreferenz.hilfe
+
+rm mach_kurzreferenz.hilfe \ No newline at end of file