Col-E / Recaf

The modern Java bytecode editor
https://coley.software/Recaf/
MIT License
5.78k stars 453 forks source link

Apple default key bindings #817

Open TheMeinerLP opened 1 week ago

TheMeinerLP commented 1 week ago

Apple default key bindings

All key bindings for Apple is currently set to control. Which could confuse the current UX flow of Apple users. To improve the UX flow, it would make sense to set Apple devices to Command as the default for a new installation.

TheMeinerLP commented 1 week ago

To better fulfill the context, I've been using the Recaf Launcher

Col-E commented 1 week ago

We should be swapping out for Mac OS users.

https://github.com/Col-E/Recaf/blob/dev4/recaf-ui/src/main/java/software/coley/recaf/ui/config/KeybindingConfig.java#L163

I dont own a MAC to verify things though. Can you diagnose where the issue is?

TheMeinerLP commented 1 week ago

I have a Mac and can also test this and solve it if necessary. But it looks like the platform-specific swaps are not working.