mirror of
https://github.com/moparisthebest/hexchat
synced 2024-11-26 11:12:19 -05:00
Fix Command button on Mac, round 2
This commit is contained in:
parent
8c297f6797
commit
125cebb09a
@ -2,7 +2,7 @@
|
||||
#define STATE_SHIFT GDK_SHIFT_MASK
|
||||
#define STATE_ALT GDK_MOD1_MASK
|
||||
#ifdef __APPLE__
|
||||
#define STATE_CTRL GDK_SUPER_MASK
|
||||
#define STATE_CTRL GDK_META_MASK
|
||||
#else
|
||||
#define STATE_CTRL GDK_CONTROL_MASK
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user