Put back shift-escape binding for FocusDock action

Max Brunsfeld created

Change summary

assets/keymaps/default.json | 6 ++++++
1 file changed, 6 insertions(+)

Detailed changes

assets/keymaps/default.json 🔗

@@ -431,6 +431,12 @@
             "cmd-enter": "project_search::SearchInNew"
         }
     },
+    {
+        "context": "Workspace",
+        "bindings": {
+            "shift-escape": "dock::FocusDock"
+        }
+    },
     {
         "bindings": {
             "cmd-shift-k cmd-shift-right": "dock::AnchorDockRight",