Liste des touches disponibles
Attention : contrairement à ce que l'on pourrait croire, Quake3 n'est *pas* compatible avec les claviers AZERTY.
Pour associer par exemple une action à la touche M sur votre clavier, vous devrez l'associer à la même touche d'un clavier QWERTY, soit : ; (point virgule)
Autre exemple : les touches ^ et $ de votre clavier correspondent en fait aux touches [ et ] sur un clavier QWERTY.
Si vous n'êtes pas habitués à la console et que vous cherches les touches, essayez ce cfg : toutes les touches sont bindées sur un message qui affichera quelle touche vous avez appuyée.
La liste des touches
Touches standards
bind a <commande>
à
bind z <commande>
bind 0 <commande>
à
bind 9 <commande>
bind f1 <commande>
à
bind f12 <commande>
bind ' <commande>
bind - <commande>
bind / <commande>
bind semicolon <commande>
bind = <commande>
bind [ <commande>
bind \ <commande>
bind ] <commande>
bind , <commande>
bind . <commande>
Contrôles
bind alt <commande>
bind ctrl <commande>
bind shift <commande>
bind enter <commande>
Pavé de 6 touches
bind ins <commande>
bind home <commande>
bind pgup <commande>
bind del <commande>
bind pgdn <commande>
bind end <commande>
Touches de direction
bind uparrow <commande>
bind downarrow <commande>
bind leftarrow <commande>
bind rightarrow <commande>
Pavé numérique
bind kp_ins <commande>
bind kp_end <commande>
bind kp_downarrow <commande>
bind kp_pgdn <commande>
bind kp_leftarrow <commande>
bind kp_5 <commande>
bind kp_rightarrow <commande>
bind kp_home <commande>
bind kp_uparrow <commande>
bind kp_pgup <commande>
bind kp_del <commande>
bind kp_enter <commande>
bind kp_plus <commande>
bind kp_minus <commande>
bind * <commande>
bind kp_slash <commande>
Souris
bind mouse1 <commande>
bind mouse2 <commande>
bind mouse3 <commande>
bind mwheelup <commande>
bind mwheeldown <commande>
Config vide
Vous pouvez tout simplement partir de cette config vide qui binde chaque touche avec un message qui affiche son nom (histoire de voir que la touche "M" elle s'appelle en vrai "semicolon" par exemple)
|