Use cmd-9
and cmd-shift-9
to toggle contacts panel focus/visibility
This commit is contained in:
parent
77b524c83e
commit
c7802af88b
4 changed files with 31 additions and 5 deletions
|
@ -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
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue