Skip to content
Snippets Groups Projects
Commit a2b9063f authored by deuce's avatar deuce
Browse files

Fix CTRL-A CTRL-A

parent b598e9b2
No related branches found
No related tags found
No related merge requests found
......@@ -56,6 +56,9 @@ void input_thread(void *args)
case 13:
case 27:
break;
case 1:
if(alt==1)
break;
default:
ctrl=1;
ckey.Event.KeyEvent.bKeyDown=TRUE;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment