bind the instant replay command to the 'r' key.
This commit is contained in:
parent
6d8ab6caaf
commit
517c882cdf
1 changed files with 8 additions and 0 deletions
|
@ -856,6 +856,14 @@ calculated by adding 256 to the GLUT key value in glut.h.
|
||||||
</binding>
|
</binding>
|
||||||
</key>
|
</key>
|
||||||
|
|
||||||
|
<key n="114">
|
||||||
|
<name>r</name>
|
||||||
|
<desc>Activate the instant replay system.</desc>
|
||||||
|
<binding>
|
||||||
|
<command>replay</command>
|
||||||
|
</binding>
|
||||||
|
</key>
|
||||||
|
|
||||||
<key n="115">
|
<key n="115">
|
||||||
<name>s</name>
|
<name>s</name>
|
||||||
<desc>Swap panels.</desc>
|
<desc>Swap panels.</desc>
|
||||||
|
|
Loading…
Reference in a new issue