From 49cde1cff2481b3b4faae3a05f9f04d7b0fbd3e6 Mon Sep 17 00:00:00 2001 From: pascal Date: Mon, 15 Sep 2008 11:49:20 +0000 Subject: asdf xmodmap wählt sofort die xmodmap als NEO_X_VARIANTE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://svn.neo-layout.org@879 b9310e46-f624-0410-8ea1-cfbb3a30dc96 --- linux/bin/asdf | 4 ++++ linux/bin/uiae | 3 +++ 2 files changed, 7 insertions(+) (limited to 'linux') 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?" -- cgit v1.2.3