Fixing command pakllet call; fixing session swap session defaulting

This commit is contained in:
2025-06-20 19:51:03 -05:00
parent 41f6ea5854
commit 4193d46d0d
4 changed files with 21 additions and 7 deletions

View File

@@ -16,7 +16,7 @@ export const Keybindings: Array<{}> = [
bindKey: {win: "ctrl-shift-k", mac: "command-shift-k"},
readOnly: false
}, {
name: "openCommandPalette",
name: "openCommandPalette2",
bindKey: {linux: "Command-shift-/|F1", win: "ctrl-shift-/|F1"},
readOnly: false
}, {