I fixed the "2." some time ago, by coincidence. Will try to upstream the fix for "1." as well, the "3." though, would probably take someone with more knowledge that I have, but I'll still see what I can do.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
for 3), the mapping of numeric keypads to codes is a mess I think, and depends on the platform and possible even keyboard layout. I suspect if yo umake a change there, you will fix one thing and break it for another (same issue with Ctrl-M for the map), but of course please do make some experiments and tests: maybe you get lucky!
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
For issue 3 I think the 'proper' fix is to work on issues [#1956] and [#2726], and make sure that the proper numpad key codes are mapped for all OS. Duplicating the key bindings is bound to give issues when someone makes a change and forgets about the duplicates.
Hi, thanks for the patch!
I fixed the "2." some time ago, by coincidence. Will try to upstream the fix for "1." as well, the "3." though, would probably take someone with more knowledge that I have, but I'll still see what I can do.
for 3), the mapping of numeric keypads to codes is a mess I think, and depends on the platform and possible even keyboard layout. I suspect if yo umake a change there, you will fix one thing and break it for another (same issue with Ctrl-M for the map), but of course please do make some experiments and tests: maybe you get lucky!
I tried it and did not find anything broken.
In fact i have the fix in my testing since i created this ticket :)
Sure, but did you try macOS and Windows? Or really, ask someone else to check them.
No, I just checked on linux...
I just pushed the fix for "1." [e1c4bc] and also cherry-picked our fixes to "1." and "2." to the stable [e9fda0].
I don't feel competent enough to tell whether the fix for "3." is ok, I'm sorry.
Related
Commit: [e1c4bc]
Commit: [e9fda0]
Last edit: Gijs 2024-01-23
For issue 3 I think the 'proper' fix is to work on issues [#1956] and [#2726], and make sure that the proper numpad key codes are mapped for all OS. Duplicating the key bindings is bound to give issues when someone makes a change and forgets about the duplicates.
Related
Tickets: #1956
Tickets: #2726