| 4 | | == Urban Terror == |
| 5 | | Wie alle anderen typischen Egoshooter ist [http://www.urbanterror.info/news/home/ Urban Terror] ohne Anpassung mit Neo praktisch unspielbar. Der Abschnitt mit den bind-Befehlen in der Konfigurationsdatei ~/.q3a/q3ut4/q3config.cfg ist daher folgendermaßen anzupassen: |
| 6 | | {{{ |
| 7 | | unbindall |
| 8 | | bind TAB "+scores" |
| 9 | | bind SPACE "+moveup" |
| 10 | | bind 1 "ut_weaptoggle knife" |
| 11 | | bind 2 "ut_weaptoggle grenade" |
| 12 | | bind 3 "ut_weaptoggle sidearm" |
| 13 | | bind 4 "ut_weaptoggle secondary" |
| 14 | | bind 5 "ut_weaptoggle primary" |
| 15 | | bind 6 "ut_weaptoggle bomb" |
| 16 | | bind [ "ut_itemprev" |
| 17 | | bind ] "ut_itemnext" |
| 18 | | bind ` "toggleconsole" |
| 19 | | bind a "+moveright" |
| 20 | | bind b "+button3" |
| 21 | | bind c "+button5" |
| 22 | | bind e "+button7" |
| 23 | | bind h "ui_radio" |
| 24 | | bind i "+back" |
| 25 | | bind m "maptoggle" |
| 26 | | bind n "+button3" |
| 27 | | bind o "ut_weapdrop" |
| 28 | | bind p "ut_itemuse" |
| 29 | | bind q "+button6" |
| 30 | | bind r "+button5" |
| 31 | | bind t "messagemode" |
| 32 | | bind u "+moveleft" |
| 33 | | bind v "+forward" |
| 34 | | bind w "messagemode" |
| 35 | | bind x "+button6" |
| 36 | | bind y "messagemode2" |
| 37 | | bind ~ "toggleconsole" |
| 38 | | bind CTRL "+movedown" |
| 39 | | bind SHIFT "+speed" |
| 40 | | bind F1 "vote yes" |
| 41 | | bind F2 "vote no" |
| 42 | | bind F3 "ut_radio 1 1 Affirmative/Yes" |
| 43 | | bind F4 "ut_radio 1 2 Negative/No" |
| 44 | | bind F5 "ut_radio 3 3 Medic, need a medic here!" |
| 45 | | bind F6 "ut_radio 2 6 Taking fire, need assistance!" |
| 46 | | bind F7 "ut_radio 9 4 Sorry!" |
| 47 | | bind F8 "ut_radio 9 9 Thank you very much!" |
| 48 | | bind F9 "ut_radio 2 9 Mooove! For Blood and Glory!" |
| 49 | | bind MOUSE1 "+attack" |
| 50 | | bind MOUSE2 "ut_zoomin" |
| 51 | | bind MOUSE3 "ut_zoomreset" |
| 52 | | bind MWHEELDOWN "weapprev" |
| 53 | | bind MWHEELUP "weapnext" |
| 54 | | bind WORLD_86 "+button8" |
| 55 | | bind WORLD_92 "messagemode2" |
| 56 | | }}} |
| 57 | | Dies führt zu folgender Belegung: |
| 58 | | || v || Vorwärts laufen || |
| 59 | | || u || Nach links laufen || |
| 60 | | || i || Rückwärts laufen || |
| 61 | | || a || Nach rechts laufen || |
| 62 | | || ö || Sprinten || |
| 63 | | || c || Nachladen || |
| 64 | | || Strg || Ducken || |
| 65 | | || Leertaste || Springen || |
| 66 | | || x || Verbinden || |
| 67 | | || e || Benützen (Türen öffnen, Bombe entschärfen) || |
| | 4 | In vielen Programmen kann man zahllose Funktionen mit Tastenkombinationen aufrufen.[[BR]] |
| | 5 | Diese sind standardmäßig meistens für QWERTZ bzw. QWERTY eingestellt und oft mit Neo schlecht erreichbar. |
| | 6 | Falls das Programm ein sinnvolles ergonomisches Konzept hat, ist der Nachteil besonders schwerwiegend. |
| 69 | | == MPlayer == |
| 70 | | In der Standardeinstellung kann der MPlayer nicht über das Keypad – und also nicht über die Ebene 4 – bedient werden. Abhilfe schafft das Anlegen der Datei ~/.mplayer/input.conf mit folgendem Inhalt: |
| 71 | | {{{ |
| 72 | | KP1 contrast -1 |
| 73 | | KP2 contrast 1 |
| 74 | | KP3 brightness -1 |
| 75 | | KP4 brightness 1 |
| 76 | | KP5 hue -1 |
| 77 | | KP6 hue 1 |
| 78 | | KP7 saturation -1 |
| 79 | | KP8 saturation 1 |
| 80 | | KP9 volume -1 |
| 81 | | KP0 volume 1 |
| 82 | | }}} |
| | 8 | Manchmal funktionieren bestimmte Funktionen auch nicht, obwohl der Treiber bei den entsprechenden Tasten sonst keine Probleme macht. |
| | 9 | Hier werden Vorschläge gesammelt, wie man bestimmte Programme gut an Neo (oder experimentelle Belegungen) anpassen kann. |
| | 10 | Als Vorbild dient das [https://wiki.archlinux.org/ ArchWiki], wo man neben reinen Problembehandlungen auch immer nützliche Tips erhält. |
| | 11 | |
| | 12 | ==Spiele== |
| | 13 | * [wiki:UrbanTerror Urban Terror] |
| | 14 | |
| | 15 | ==Programme== |
| | 16 | * [wiki:Firefox Firefox] |
| | 17 | * [wiki:MPlayer MPlayer] |
| | 18 | * [wiki:MS_Office MS Office Word 2007] |
| | 19 | * [wiki:MacOsEmacs Emacs] |
| | 20 | * [wiki:Minecraft Minecraft] |
| | 21 | * [wiki:Tmux Tmux] |
| | 22 | * [wiki:Vim Vim] |
| | 23 | * [wiki:i3 i3 Fenstermanager] |
| | 24 | |
| | 25 | ==Sonstiges== |
| | 26 | * [wiki:JavaMod4Fix Java-Programme] |