Temp hardcoding F12 for Key for menu
This commit is contained in:
parent
eb70a56f8a
commit
438f552c5a
1 changed files with 1 additions and 1 deletions
|
@ -885,7 +885,7 @@ int handle_msgpump (void)
|
|||
|
||||
case SDL_KEYDOWN:
|
||||
|
||||
if(rEvent.key.keysym.sym == currprefs.key_for_menu)
|
||||
if(rEvent.key.keysym.scancode == SDL_SCANCODE_F12) //currprefs.key_for_menu)
|
||||
inputdevice_add_inputcode (AKS_ENTERGUI, 1);
|
||||
switch(rEvent.key.keysym.sym)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue