Adding support for Enter key on MacOS and closing #167 - #168
Conversation
…turn/enter keys, and removes duplicate lines closes nut-tree#167
|
I've been searching high and low for keycodes for Windows and X11 - just about everything I've seen says that they don't differentiate between return and enter on the keypad...however, I just now came across a possible keycode for X11: |
|
Also, how would I test this locally? I know that I can use |
|
@smithkyle The platform dependent packages of libnut make it a bit hard, since they are generated via CI. The easiest way for now would be to do an |
|
👍🏻 that's exactly what did 😀 let me know about the x11 enter keycode |
|
Hello! Hope you're doing well. I know you've been busy - just wanted to bump this up. |
adds support for numpad Enter key on macos, differentiates between return/enter keys, and removes duplicate lines closes #167