diff options
Diffstat (limited to 'linux/console/bin/mach_kurzreferenz')
-rwxr-xr-x | linux/console/bin/mach_kurzreferenz | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/console/bin/mach_kurzreferenz b/linux/console/bin/mach_kurzreferenz index 39c7973..14496ad 100755 --- a/linux/console/bin/mach_kurzreferenz +++ b/linux/console/bin/mach_kurzreferenz @@ -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.hilfe grep space $xmodmap | grep ^keycode | tr -s [:blank:] ' '| cut -f2 -d = >> mach_kurzreferenz.hilfe |