diff options
Diffstat (limited to '')
-rwxr-xr-x | linux/bin/asdf | 4 | ||||
-rwxr-xr-x | linux/bin/uiae | 3 |
2 files changed, 7 insertions, 0 deletions
diff --git a/linux/bin/asdf b/linux/bin/asdf index 39cfc99..1eb479a 100755 --- a/linux/bin/asdf +++ b/linux/bin/asdf @@ -23,6 +23,10 @@ XMODMAP_XPROG="$PFAD/neo_de_x-prog.xmodmap" XMODMAP_ALTERNATIVE="$PFAD/neo_de_alternative.xmodmap" XMODMAP_EVDEV="$PFAD/neo_de_evdev.xmodmap" + +NEO_X_VARIANTE=${1-$NEO_X_VARIANTE} + + if [ -n "$SSH_CONNECTION" ]; then echo -n "Dude, du bist in einer SSH-Session. Wie soll ich das " echo "Tastaturlayout hier ändern?" diff --git a/linux/bin/uiae b/linux/bin/uiae index fad1a95..7d0f313 100755 --- a/linux/bin/uiae +++ b/linux/bin/uiae @@ -15,6 +15,9 @@ NUM_LOCK_STATUS="ON" ################################################################################ +CONSOLE_KEYMAP=${1-$CONSOLE_KEYMAP} + + if [ -n "$SSH_CONNECTION" ]; then echo -n "Dude, du bist in einer SSH-Session. Wie soll ich das " echo "Tastaturlayout hier ändern?" |