You've already forked AstralRinth
forked from xxxOFFxxx/AstralRinth
fix: keybind for collapse (#3971)
This commit is contained in:
@@ -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(),
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user