Fix alt-t context (#18783)

Peter Tripp created

- Fix incorrect context introduced in https://github.com/zed-industries/zed/pull/18749/

Release Notes:

- N/A

Change summary

assets/keymaps/default-macos.json | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

Detailed changes

assets/keymaps/default-macos.json 🔗

@@ -444,7 +444,7 @@
     }
   },
   {
-    "context": "Editor && !Terminal",
+    "context": "Workspace && !Terminal",
     "bindings": {
       "alt-t": "task::Rerun",
       "alt-shift-t": "task::Spawn"