Kein Abbruch bei numlockx und xset nötig, da NEO dennoch funktioniert

This commit is contained in:
pascal 2009-01-04 23:09:59 +00:00
parent 7b7d165c35
commit c4eaffbd03
1 changed files with 5 additions and 5 deletions

View File

@ -41,8 +41,8 @@ die() {
}
numlock_manually() {
echo "$1"
echo "Please turn Numlock $2 and press Enter to continue."
echo "$1" >&2
echo "Please turn Numlock $2 and press Enter to continue." >&2
read
}
@ -106,13 +106,13 @@ else
if [ -e "${PATH_XSET}" ]; then
for modifier in 51 94; do
"${PATH_XSET}" -r ${modifier} || die "Failed to unset repeat for modifier ${modifier}."
"${PATH_XSET}" -r ${modifier} || echo "Failed to unset repeat for modifier ${modifier}." >&2
done
for deadkey in 21 35 49; do
"${PATH_XSET}" -r ${deadkey} || die "Failed to unset repeat for deadkey ${deakey}."
"${PATH_XSET}" -r ${deadkey} || echo "Failed to unset repeat for deadkey ${deakey}." >&2
done
else
die "xset not found, cannot set modifiers and dead keys."
echo "xset not found, cannot set modifiers and dead keys." >&2
fi
case "${NEO_X_VARIANTE}" in