diff options
author | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-02-13 20:33:44 +0000 |
---|---|---|
committer | ben <ben@b9310e46-f624-0410-8ea1-cfbb3a30dc96> | 2007-02-13 20:33:44 +0000 |
commit | 7463bb3192879bc729a5a95e8eafe75c485d08bb (patch) | |
tree | 8bbc9c7e73cd28731a8c157bcaf5b7848b818ef7 /linux/xmodmap/README | |
parent | 487678612bc5346a5563b99a474b0a9b9c5902c2 (diff) | |
download | neo-layout-7463bb3192879bc729a5a95e8eafe75c485d08bb.tar.gz neo-layout-7463bb3192879bc729a5a95e8eafe75c485d08bb.tar.bz2 neo-layout-7463bb3192879bc729a5a95e8eafe75c485d08bb.zip |
git-svn-id: https://svn.neo-layout.org@37 b9310e46-f624-0410-8ea1-cfbb3a30dc96
Diffstat (limited to 'linux/xmodmap/README')
-rw-r--r-- | linux/xmodmap/README | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/linux/xmodmap/README b/linux/xmodmap/README new file mode 100644 index 0000000..9f564c3 --- /dev/null +++ b/linux/xmodmap/README @@ -0,0 +1,19 @@ +== Kleine Anleitung == +In der Datei ../grafik/neo20.ods sieht man das Layout. +In neo_de.xmodmap steckt es drin. + +=== Aktivieren === +Zu aktivieren mit dem Kommando: + xmodmap neo_de.xmodmap + +=== Deaktivieren === +Zurück zu qwertz geht es mit: + setxkbmap de + +=== Tipp === +Trägt man folgende Zeilen in die ~/.bashrc, ~/.zshrc oder vergleichbares ein, +kann man anschließend mittels abrollen der linken Hand auf der Grundreihe +zwischen qwertz und NEO wechseln. +alias uiae='setxkbmap de' +alias asdf='xmodmap ~/neo_de.xmodmap' + |