Put back shift-escape binding for FocusDock action

This commit is contained in:
Max Brunsfeld 2023-02-15 13:55:25 -08:00
parent 8bd20d8c3a
commit 7037842bef

View file

@ -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",