menu: add reset hotkey

This commit is contained in:
notaz 2017-10-03 23:00:39 +03:00
parent e42a47e208
commit 9db6a54485
6 changed files with 9 additions and 2 deletions

View file

@ -74,6 +74,7 @@ static struct in_default_bind in_evdev_defbinds[] =
{ KEY_S, IN_BINDTYPE_PLAYER12, GBTN_B },
{ KEY_D, IN_BINDTYPE_PLAYER12, GBTN_C },
{ KEY_ENTER, IN_BINDTYPE_PLAYER12, GBTN_START },
{ KEY_R, IN_BINDTYPE_EMU, PEVB_RESET },
{ KEY_F, IN_BINDTYPE_EMU, PEVB_FF },
{ KEY_BACKSPACE,IN_BINDTYPE_EMU, PEVB_FF },
{ KEY_BACKSLASH,IN_BINDTYPE_EMU, PEVB_MENU },