~alaxa27/ultimate-smash-friends/mirror_trunk

« back to all changes in this revision

Viewing changes to pkg/ultimate-smash-friends_1.0-beta-1/usr/share/ultimate-smash-friends/default_keys.cfg

  • Committer: gaby
  • Date: 2009-11-30 17:03:16 UTC
  • Revision ID: gaby@ks22672.kimsufi.com-20091130170316-6lm3v7q0torulfab
adding code package

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
# this file contain keybindings of players and of the general game
 
3
# everything on a line after a # is a comment and is ignored
 
4
# you can start a comment with a ; too.
 
5
 
 
6
# The syntax of a binding is simple. the first part is the player concerned.
 
7
# to bind for the player one, start with "PL1" then a '_' and the action concerned.
 
8
# a complete list of actions will be inserted here later (#TODO).
 
9
 
 
10
# The second part of the line is the code of the key associated with the action.
 
11
# Theses are pygame names, and you can find a list at pygame website:
 
12
# http://www.pygame.org/docs/ref/key.html
 
13
 
 
14
# please also see online documentation of keybindings here:
 
15
# http://code.google.com/p/ultimate-smash-friends/wiki/KeysConfiguration
 
16
                    PL1_A : K_l
 
17
PL1_B : K_m
 
18
PL1_DOWN : K_DOWN
 
19
PL1_LEFT : K_LEFT
 
20
PL1_RIGHT : K_RIGHT
 
21
PL1_UP : K_UP
 
22
PL2_A : K_c
 
23
PL2_B : K_v
 
24
PL2_DOWN : K_s
 
25
PL2_LEFT : K_q
 
26
PL2_RIGHT : K_d
 
27
PL2_UP : K_z
 
28
PL3_B : K_t
 
29
PL3_DOWN : K_n
 
30
PL3_LEFT : K_h
 
31
PL3_RIGHT : K_j
 
32
PL3_UP : K_u
 
33
PL4_B : K_KP1
 
34
PL4_DOWN : K_KP5
 
35
PL4_LEFT : K_KP4
 
36
PL4_RIGHT : K_KP6
 
37
PL4_UP : K_KP8
 
38
QUIT : K_ESCAPE
 
39
TOGGLE_FULLSCREEN : K_F11
 
40
VALIDATE : K_RETURN