You've already forked AstralRinth
fix: keybind for collapse (#3971)
This commit is contained in:
@@ -23,7 +23,7 @@ const keybinds: KeybindListener[] = [
|
|||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: 'toggle-collapse',
|
id: 'toggle-collapse',
|
||||||
keybind: 'Ctrl+Shift+C',
|
keybind: 'Shift+C',
|
||||||
description: 'Toggle collapse/expand',
|
description: 'Toggle collapse/expand',
|
||||||
action: (ctx) => ctx.actions.tryToggleCollapse(),
|
action: (ctx) => ctx.actions.tryToggleCollapse(),
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user