~ubuntu-branches/debian/stretch/assaultcube-data/stretch

« back to all changes in this revision

Viewing changes to config/resetbinds.cfg

  • Committer: Bazaar Package Importer
  • Author(s): Gonéri Le Bouder, Ansgar Burchardt, Gonéri Le Bouder
  • Date: 2010-04-02 23:37:55 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20100402233755-kf74fxwlu634o6vg
Tags: 1.0.4+repack1-1
[ Ansgar Burchardt ]
* debian/control: fix typo in short description

[ Gonéri Le Bouder ]
* Upgrade to 1.0.4
* bump standards-version to 3.8.4
* Add Depends: ${misc:Depends} just to avoid a lintian warning
* Add a debian/source/format file for the same reason

Show diffs side-by-side

added added

removed removed

Lines of Context:
13
13
bind CLEAR ""
14
14
bind RETURN ""
15
15
bind PAUSE ""
16
 
bind ESCAPE [ if $connected [ ingamemenu ] [ showmenu main ] ]
 
16
bind ESCAPE [ if $connected [ ingamemenu ] [ if (watchingdemo) [ showmenu "Watching demo" ] [ showmenu main ] ] ]
17
17
bind SPACE "jump"
18
18
bind EXCLAIM ""
19
19
bind QUOTEDBL ""
30
30
bind PERIOD "equalize 2"
31
31
bind SLASH "saycommand /"
32
32
bind 0 ""
33
 
bind 1 "primary"
34
 
bind 2 "secondary"
35
 
bind 3 "grenades"
36
 
bind 4 "melee"
 
33
bind 1 [ if $editing [ domodifier 5 ] [ primary ] ]
 
34
bind 2 [ if $editing [ domodifier 7 ] [ secondary ] ]
 
35
bind 3 [ if $editing [ domodifier 8 ] [ grenades ] ]
 
36
bind 4 [ if $editing [ domodifier 9 ] [ melee ] ]
37
37
bind 5 ""
38
38
bind 6 ""
39
39
bind 7 ""
64
64
bind J ""
65
65
bind K "corner"
66
66
bind L [ if $editing [ showmenu Lighting ] ]
67
 
bind M ""
 
67
bind M [ if $editing [ domodifier 6 ] ]
68
68
bind N ""
69
69
bind O "editheight 2 -1"
70
70
bind P "editheight 2 1"