dune3d / dune3d

3D CAD application
https://dune3d.org
GNU General Public License v3.0
825 stars 24 forks source link

preferences: Remap macOS keys #70

Closed viernullvier closed 3 months ago

viernullvier commented 3 months ago

This PR will remap the PC-based keybindings to align with platform conventions on macOS. Cmd will be used instead of Ctrl, the non-existent Alt key will be replaced with (Mac) Ctrl, Backspace and Delete will be swapped. The remapping allows for a platform-independent default keybinding and makes custom keybindings portable between platforms.

Fixes #58. Supersedes #59 .

Scope

Out of scope