RemapDialog now properly uses reflowLayout() and open(), so that the same instance can be reopened
svn-id: r33843
This commit is contained in:
parent
6b638f0e58
commit
70dde2d8bd
6 changed files with 127 additions and 82 deletions
|
@ -566,6 +566,10 @@ void OSystem_SDL::setupKeymapper() {
|
|||
ADD_KEYDOWN_EVENT(KEYCODE_d, 'd', 0);
|
||||
specific->addAction(act);
|
||||
|
||||
act = new Action('RUN_', "Run");
|
||||
ADD_KEYDOWN_EVENT(KEYCODE_r, 'r', 0);
|
||||
specific->addAction(act);
|
||||
|
||||
#undef ADD_KEYDOWN_EVENT
|
||||
|
||||
mapper->addGlobalKeymap(global);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue