remove default F11 keybinding for save state #137
Remove F11 as the default key for save state (GS=) in the defkeys array in opts.cpp and leave it unmapped by default, because it conflicts with the menu XRC mapping for full screen which is also F11 on non-macOS platforms.
This commit is contained in:
parent
5e9c9093c0
commit
346d97a760
|
@ -136,7 +136,7 @@ wxJoyKeyBinding defkeys[NUM_KEYS * 2] = {
|
|||
{ WXK_NUMPAD_LEFT }, { 3, WXJB_AXIS_MINUS, 1 }, { WXK_NUMPAD_RIGHT }, { 3, WXJB_AXIS_PLUS, 1 },
|
||||
{ WXK_NUMPAD_PAGEUP }, { 4, WXJB_AXIS_PLUS, 1 }, { WXK_NUMPAD_PAGEDOWN }, { 4, WXJB_AXIS_MINUS, 1 },
|
||||
{ wxT('W') }, { 0 }, { wxT('Q') }, { 0 },
|
||||
{ WXK_SPACE }, { 0 }, { WXK_F11 }, { 0 },
|
||||
{ WXK_SPACE }, { 0 }, { 0 }, { 0 },
|
||||
{ 0 }, { 0 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue