Skip to content

Commit

Permalink
Remove default p2 back button
Browse files Browse the repository at this point in the history
  • Loading branch information
poco0317 committed Nov 5, 2018
1 parent c3a6dcc commit 76fd569
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/InputMapper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ static const AutoMappings g_DefaultKeyMappings = AutoMappings(
AutoMappingEntry(0, KEY_KP_C2, GAME_BUTTON_MENUDOWN, true),
AutoMappingEntry(0, KEY_KP_ENTER, GAME_BUTTON_START, true),
AutoMappingEntry(0, KEY_KP_C0, GAME_BUTTON_SELECT, true),
AutoMappingEntry(0, KEY_HYPHEN, GAME_BUTTON_BACK, true), // laptop keyboards.
//AutoMappingEntry(0, KEY_HYPHEN, GAME_BUTTON_BACK, true), // laptop keyboards. // what? -poco
AutoMappingEntry(0, KEY_F1, GAME_BUTTON_COIN, false),
AutoMappingEntry(0, KEY_SCRLLOCK, GAME_BUTTON_OPERATOR, false),
AutoMappingEntry(0, KEY_ACCENT, GAME_BUTTON_RESTART, false));
Expand Down

0 comments on commit 76fd569

Please sign in to comment.