Better markdown editor and SegmentedControl

This commit is contained in:
Gregory Schier
2025-01-13 10:46:13 -08:00
parent 84c3987c34
commit 587667fe79
4 changed files with 86 additions and 64 deletions

View File

@@ -44,7 +44,7 @@ const hotkeys: Record<HotkeyAction, string[]> = {
'settings.show': ['CmdCtrl+,'],
'sidebar.focus': ['CmdCtrl+b'],
'url_bar.focus': ['CmdCtrl+l'],
'workspace_settings.show': ['CmdCtrl+Shift+,'],
'workspace_settings.show': ['CmdCtrl+;'],
};
const hotkeyLabels: Record<HotkeyAction, string> = {