From d1548176e227df3840c644a8a9d384b14fc842f8 Mon Sep 17 00:00:00 2001 From: Jaakko Keränen Date: Mon, 29 Mar 2021 08:40:49 +0300 Subject: macOS: Fixed missing menu shortcuts The built-in alternate bindings shouldn't affect the menu shortcuts. --- src/ui/keys.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui') 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. */ # define subscribeToPage_KeyModifier SDLK_d, KMOD_SHIFT | KMOD_PRIMARY #endif +#define builtIn_BindingId 1000 /* not user-configurable */ + iDeclareType(Binding) struct Impl_Binding { -- cgit v1.2.3