fix: keybind for collapse (#3971)
This commit is contained in:
parent
359fbd4738
commit
207dc0e2bb
@ -23,7 +23,7 @@ const keybinds: KeybindListener[] = [
|
||||
},
|
||||
{
|
||||
id: 'toggle-collapse',
|
||||
keybind: 'Ctrl+Shift+C',
|
||||
keybind: 'Shift+C',
|
||||
description: 'Toggle collapse/expand',
|
||||
action: (ctx) => ctx.actions.tryToggleCollapse(),
|
||||
},
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user