Use cmd-9 and cmd-shift-9 to toggle contacts panel focus/visibility

This commit is contained in:
Antonio Scandurra 2022-05-12 12:11:27 +02:00
parent 77b524c83e
commit c7802af88b
4 changed files with 31 additions and 5 deletions

View file

@ -324,6 +324,20 @@
"side": "Left",
"item_index": 0
}
],
"cmd-9": [
"workspace::ToggleSidebarItemFocus",
{
"side": "Right",
"item_index": 0
}
],
"cmd-shift-(": [
"workspace::ToggleSidebarItem",
{
"side": "Right",
"item_index": 0
}
]
}
},