SolarLune / masterplan

MasterPlan is a project management software / visual idea board software. It attempts to be easy to use, lightweight, and fun.
https://solarlune.itch.io/masterplan
508 stars 46 forks source link

Incorrect keyboard shortcuts on MacOS #30

Open ejektaflex opened 3 years ago

ejektaflex commented 3 years ago

On MacOS, Cut/Copy/Paste all use CTRL+X/C/V, instead of CMD+X/C/V when operating on text. It would be nice to use the native clipboard for these operations when possible :^)

SolarLune commented 3 years ago

Hello! Sorry for the late reply!

I modified the shortcuts to allow using either Control or the Command (Super) key for Mac awhile ago, but unfortunately, it looks like Raylib isn't picking up on the super key anymore (at least in my tests). I'll keep an eye out for a solution, but for now, Control works.

SolarLune commented 3 years ago

Pinging @raysan5 just for a confirmation that the super keys do indeed work with the IsKeyDown() function in mainline raylib on his machine.

raysan5 commented 3 years ago

@SolarLune actually, I'm not sure... GLFW most probably support them but maybe they are not mapped in raylib...

SolarLune commented 3 years ago

Hmm, someone on Discord tested for me and said it was working for them in Windows. Not quite sure what to make of it, but I'm using raylib-go, which isn't as up-to-date as master, so that might be it. I'll have to investigate it some more later, I think.