mirror of
https://github.com/moghtech/komodo.git
synced 2026-04-28 11:49:39 -05:00
add "New" kb shortcut
This commit is contained in:
@@ -643,6 +643,7 @@ export const KeyboardShortcuts = () => {
|
||||
</DialogHeader>
|
||||
<div className="grid gap-3 grid-cols-2 pt-8 max-h-[calc(100vh-100px)] overflow-auto">
|
||||
<KeyboardShortcut label="Save" keys={["Ctrl / Cmd", "Enter"]} />
|
||||
<KeyboardShortcut label="New" keys={["Shift", "N"]} />
|
||||
<KeyboardShortcut label="Go Home" keys={["Shift", "H"]} />
|
||||
|
||||
<KeyboardShortcut label="Go to Servers" keys={["Shift", "G"]} />
|
||||
|
||||
Reference in New Issue
Block a user