Changes between Version 4 and Version 5 of Tastenkombinationen


Ignore:
Timestamp:
27/03/10 10:31:23 (16 years ago)
Author:
Mike1
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Tastenkombinationen

    v4 v5  
    22In vielen Programmen kann man zahllose Funktionen mit [http://de.wikipedia.org/wiki/Tastenkombination Tastenkombinationen] aufrufen. Diese sind standardmäßig meistens für QWERTZ bzw. QWERTY eingestellt und oft mit Neo schlecht erreichbar. Es ist daher empfehlenswert die Tastenkombinationen anzupassen. Dieser Artikel soll für Neo angepasste Tastenkombinationen für verschiedene Programme vorstellen.
    33
    4 == Quake 3 und darauf basierende ==
    5 Wie alle anderen typischen Egoshooter ist Quake 3 ohne Anpassung mit Neo praktisch unspielbar. Die Konfigurationsdatei in <todo> ist daher folgendermaßen anzupassen: <todo>
     4== Urban Terror ==
     5Wie 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// generated by quake, do not modify
     8unbindall
     9bind TAB "+scores"
     10bind SPACE "+moveup"
     11bind 1 "ut_weaptoggle knife"
     12bind 2 "ut_weaptoggle grenade"
     13bind 3 "ut_weaptoggle sidearm"
     14bind 4 "ut_weaptoggle secondary"
     15bind 5 "ut_weaptoggle primary"
     16bind 6 "ut_weaptoggle bomb"
     17bind [ "ut_itemprev"
     18bind ] "ut_itemnext"
     19bind ` "toggleconsole"
     20bind a "+moveright"
     21bind b "+button3"
     22bind c "+button5"
     23bind e "+button7"
     24bind h "ui_radio"
     25bind i "+back"
     26bind m "maptoggle"
     27bind n "+button3"
     28bind o "ut_weapdrop"
     29bind p "ut_itemuse"
     30bind q "+button6"
     31bind r "+button5"
     32bind t "messagemode"
     33bind u "+moveleft"
     34bind v "+forward"
     35bind w "messagemode"
     36bind x "+button6"
     37bind y "messagemode2"
     38bind ~ "toggleconsole"
     39bind CTRL "+movedown"
     40bind SHIFT "+speed"
     41bind F1 "vote yes"
     42bind F2 "vote no"
     43bind F3 "ut_radio 1 1 Affirmative/Yes"
     44bind F4 "ut_radio 1 2 Negative/No"
     45bind F5 "ut_radio 3 3 Medic, need a medic here!"
     46bind F6 "ut_radio 2 6 Taking fire, need assistance!"
     47bind F7 "ut_radio 9 4 Sorry!"
     48bind F8 "ut_radio 9 9 Thank you very much!"
     49bind F9 "ut_radio 2 9 Mooove! For Blood and Glory!"
     50bind MOUSE1 "+attack"
     51bind MOUSE2 "ut_zoomin"
     52bind MOUSE3 "ut_zoomreset"
     53bind MWHEELDOWN "weapprev"
     54bind MWHEELUP "weapnext"
     55bind WORLD_86 "+button8"
     56bind WORLD_92 "messagemode2"
     57}}}
     58Dies führt zu folgender Belegung:
     59|| v || Vorwärts laufen ||
     60|| u || Nach links laufen ||
     61|| i || Rückwärts laufen ||
     62|| a || Nach rechts laufen ||
     63|| ö || Sprinten ||
     64|| c || Nachladen ||
     65|| Strg || Ducken ||
     66|| Leertaste || Springen ||
     67<weitermachen>
    668
    769== MPlayer ==