From bec08621d60771c2464d9ee20d679c7d202bd9e1 Mon Sep 17 00:00:00 2001 From: Johannes Jakob Date: Thu, 4 Feb 2021 14:27:44 +0100 Subject: Fix T85363: Cmd + Tab shortcut overridden on macOS MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Adds an exception so that the key-binding `control + Tab` does not get duplicated as `command + Tab` on macOS because this is a global system shortcut for the app switcher. The key-binding `command + Tab` was shown for the operators “Toggle Graph Editor“ and “Toggle Dope Sheet” in Dope Sheet and Graph Editor, but only `control + Tab` actually worked. Differential Revision: https://developer.blender.org/D10304 --- release/scripts/addons | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/scripts/addons') diff --git a/release/scripts/addons b/release/scripts/addons index a3fa40ec0ba..dfeb905d62a 160000 --- a/release/scripts/addons +++ b/release/scripts/addons @@ -1 +1 @@ -Subproject commit a3fa40ec0ba525bc96cbfad49f854a0230b0524e +Subproject commit dfeb905d62ae6d759d8da930f291e73505e6ca67 -- cgit v1.2.3