Make numerical enter act the same as normal enter #427
Comments
|
File /src/ui/edit.cpp if ( event.key.key == KEY(RETURN) && !bControl)to if ( event.key.key == (KEY(RETURN) && !bControl) || (KEY(KP_ENTER) && !bControl)) |
krzys-h
added a commit
that referenced
this issue
Jan 18, 2015
Numerical Enter key should now act the same as normal Enter (#427)
|
Well, it's still not fixed. I haven't check this outside an editor, but virtual keyboard from #415 could be useful to seriously fix that. |
krzys-h
added a commit
that referenced
this issue
Mar 18, 2015
Should now work everywhere, not only in the editor.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Some people have problems with enter in code editor - http://colobot.info/forum/showthread.php?tid=452, http://colobot.info/forum/showthread.php?tid=565
Appears to be caused by keyboard sending numerical enter code when normal enter is pressed.
The text was updated successfully, but these errors were encountered: