rnote
rnote copied to clipboard
Keyboard shortcut for MacOS - replace Ctrl with Cmnd
Hi! As a MacOS user I would be very grateful for change all the Ctrl+... shortcut into Cmnd+.... shortcuts, since all the other apps use Cmnd instead of Ctrl. Maybe it also would be possible to add the feature for users to change the innate shortcuts?
Seems that Gtk4 does not automatically remap Ctrl to Command on Mac, so we would need some platform-specific code to have a different mapping for macos here. As explained by gaphor's authors gtk4 uses the <meta>
keyword for command.
I am not sure what the convention for macos app's is, would a remap from Ctrl -> command work for all shortcuts?
Yes, it seems like just to change all Ctrl -> Cmnd will work.
Is this planned soon? Sorry for jumping in. Edit: indeed, as per here https://gaphor.org/2022/12/10/gtk4-macos-keybindings/