neo/linux/bin/uiae
pascal 2d090e8faa autorepeat für Modifier aus
git-svn-id: https://svn.neo-layout.org@671 b9310e46-f624-0410-8ea1-cfbb3a30dc96
2008-07-17 12:36:15 +00:00

14 lines
311 B
Bash
Executable file

#!/bin/sh
if [ -n "$SSH_CONNECTION" ]; then
echo "Dude, du bist in einer SSH-Session. Wie soll ich das Tastaturlayout hier ändern?"
exit 1
fi
if [ -z "$DISPLAY" ]; then
echo "Dude, du bist auf der Textkonsole. Ich kann das Layout nur auf dem X-Server ändern!"
exit 1
fi
xset r 51
xset r 94
setxkbmap de