mirror of
https://github.com/subsurface/subsurface.git
synced 2025-02-19 22:16:15 +00:00
More Mac improvements
The startup shell script workaround isn't needed anymore. The preferences hotkey didn't work. Remove left-over menu separators. Signed-off-by: Henrik Brautaset Aronsen <subsurface@henrik.synth.no>
This commit is contained in:
parent
513df18f50
commit
854391419f
5 changed files with 18 additions and 14 deletions
|
@ -29,7 +29,7 @@ typedef enum {
|
|||
|
||||
#if defined __APPLE__
|
||||
#define CTRLCHAR "<Meta>"
|
||||
#define PREFERENCE_ACCEL "<Meta>,"
|
||||
#define PREFERENCE_ACCEL "<Meta>comma"
|
||||
#else
|
||||
#define CTRLCHAR "<Control>"
|
||||
#define PREFERENCE_ACCEL NULL
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue