Actions
Feature #1292
opengtk clients on Mac - use meta key instead of ctrl key for menu accelerator keys
Status:
New
Priority:
Normal
Assignee:
-
Category:
gtk3.22-client
Target version:
-
Start date:
04/14/2025
Due date:
% Done:
0%
Estimated time:
Description
Mac standard is to use the "command"/"meta" key for the menu accelerator modifier key instead of ctrl key. The qt client already does this.
Files
Updated by Dean Brown 8 days ago
- File 1292.patch 1292.patch added
fix for gtk3.22 & gtk4.
The helpdata.txt file uses "Ctrl" throughout the Help -> Controls section, and I was going to fix that too, but it also includes things that are not menus. While digging into that I discovered it's an even worse can of worms because the same help text is used in the qt client where it's even more wrong. Filing a new issue #1293 for that.
Updated by Marko Lindqvist 8 days ago
For S3_3 & main, you should update also gui-gtk-5.0 (which is actually using gtk4 at the moment), at least to make similar change to gui-gtk-4.0 if you can't test gtk5-client. (Same comment for all gtk patches you've done)
Actions