diff options
author | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-28 08:24:55 +0000 |
---|---|---|
committer | pascal <pascal@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2008-10-28 08:24:55 +0000 |
commit | 0945ad6e005a540768d1180b8ab51e0e83119af9 (patch) | |
tree | f488c6b4f7b884ffadfeabc01ec92a93cd0ab8bb /linux/bin | |
parent | ae04f09e9b580d370d984abb06f88f917e94f73f (diff) |
problemloser Wechsel von de mit oder ohne asdf-Skript nach neo
dazu wird statt ie nun lv als Grundlage genommen
Achtung: kein Wechsel von ie oder von neo auf neo möglich
git-svn-id: https://svn.neo-layout.org@1048 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/bin')
-rwxr-xr-x | linux/bin/asdf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linux/bin/asdf b/linux/bin/asdf index f1bd4e3..5b736eb 100755 --- a/linux/bin/asdf +++ b/linux/bin/asdf @@ -43,7 +43,7 @@ die() { set_xmodmap() { if [ -e "${PATH_XMODMAP}" ]; then if [ -f "$@" ]; then - set_xkbmap ie + set_xkbmap lv "${PATH_XMODMAP}" "$@" || ( set_xkbmap de ; die "Failed to set xmodmap $@." ) else die "Cannot use $@ for xmodmap." |