diff options
Diffstat (limited to 'linux/console/bin')
-rwxr-xr-x | linux/console/bin/mach_kurzreferenz | 2 | ||||
-rwxr-xr-x | linux/console/bin/mach_kurzreferenz.vorprogramm | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/linux/console/bin/mach_kurzreferenz b/linux/console/bin/mach_kurzreferenz index 14496ad..09fa581 100755 --- a/linux/console/bin/mach_kurzreferenz +++ b/linux/console/bin/mach_kurzreferenz @@ -6,4 +6,4 @@ grep space $xmodmap | grep ^keycode | tr -s [:blank:] ' '| cut -f2 -d = >> mach_ sed -f console.ersetze mach_kurzreferenz.hilfe -rm mach_kurzreferenz.hilfe
\ No newline at end of file +#rm mach_kurzreferenz.hilfe
\ No newline at end of file diff --git a/linux/console/bin/mach_kurzreferenz.vorprogramm b/linux/console/bin/mach_kurzreferenz.vorprogramm index a86e999..dbe85a0 100755 --- a/linux/console/bin/mach_kurzreferenz.vorprogramm +++ b/linux/console/bin/mach_kurzreferenz.vorprogramm @@ -1,5 +1,5 @@ #!/bin/sh -xmodmap=../xmodmap/neo_de.xmodmap +xmodmap=../../xmodmap/neo_de.xmodmap grep -n ^keycode $xmodmap | grep ^[12] | tr -s [:blank:] ' '| cut -f2 -d = > mach_kurzreferenz.hilfe1 |