summaryrefslogtreecommitdiff
path: root/src/ui
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2021-03-29 08:40:49 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2021-03-29 08:43:04 +0300
commitd1548176e227df3840c644a8a9d384b14fc842f8 (patch)
tree6c103b2280b5783253e4099f7215783972d8a641 /src/ui
parente0b41301a8cfaed746ea823c133e69b15d273c0b (diff)
macOS: Fixed missing menu shortcuts
The built-in alternate bindings shouldn't affect the menu shortcuts.
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/keys.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ui/keys.h b/src/ui/keys.h
index 90e33b7c..4cbca3b7 100644
--- a/src/ui/keys.h
+++ b/src/ui/keys.h
@@ -56,6 +56,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. */
56# define subscribeToPage_KeyModifier SDLK_d, KMOD_SHIFT | KMOD_PRIMARY 56# define subscribeToPage_KeyModifier SDLK_d, KMOD_SHIFT | KMOD_PRIMARY
57#endif 57#endif
58 58
59#define builtIn_BindingId 1000 /* not user-configurable */
60
59iDeclareType(Binding) 61iDeclareType(Binding)
60 62
61struct Impl_Binding { 63struct Impl_Binding {