Skip to content

Commit

Permalink
improv: descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasz-stefaniak committed Dec 23, 2024
1 parent 9d03b37 commit e9c9013
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions gui/src/pages/More/KeyboardShortcuts.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ const vscodeShortcuts: KeyboardShortcutProps[] = [
mac: "⌘ L",
windows: "⌃ L",
description:
"Start New Session / Start New Session With Selected Code / Toggle Continue Sidebar",
"New Chat / New Chat With Selected Code / Close Continue Sidebar If Chat Already In Focus",
},
{
mac: "⌘ ⌫",
Expand All @@ -105,7 +105,7 @@ const vscodeShortcuts: KeyboardShortcutProps[] = [
mac: "⌘ ⇧ L",
windows: "⌃ ⇧ L",
description:
"Add Selected Code To Current Session / Toggle Continue Sidebar",
"Focus Current Chat / Add Selected Code To Current Chat / Close Continue Sidebar If Chat Already In Focus",
},
{
mac: "⌘ ⇧ R",
Expand Down Expand Up @@ -159,7 +159,7 @@ const jetbrainsShortcuts: KeyboardShortcutProps[] = [
mac: "⌘ J",
windows: "⌃ J",
description:
"Start New Session / Start New Session With Selected Code / Toggle Continue Sidebar",
"New Chat / New Chat With Selected Code / Close Continue Sidebar If Chat Already In Focus",
},
{
mac: "⌘ ⌫",
Expand All @@ -175,7 +175,7 @@ const jetbrainsShortcuts: KeyboardShortcutProps[] = [
mac: "⌘ ⇧ J",
windows: "⌃ ⇧ J",
description:
"Add Selected Code To Current Session / Toggle Continue Sidebar",
"Focus Current Chat / Add Selected Code To Current Chat / Close Continue Sidebar If Chat Already In Focus",
},
{
mac: "⌘ ⇧ ⌫",
Expand Down

0 comments on commit e9c9013

Please sign in to comment.