Skip to content

feat: Implement the ability to quickly switch between tasks with CMD+0-9 keyboard shortcut#631

Merged
jonathanlab merged 1 commit intomainfrom
01-26-implement_the_ability_to_quickly_switch_between_tasks_with_cmd_0-9_keyboard_shortcut
Jan 27, 2026
Merged

feat: Implement the ability to quickly switch between tasks with CMD+0-9 keyboard shortcut#631
jonathanlab merged 1 commit intomainfrom
01-26-implement_the_ability_to_quickly_switch_between_tasks_with_cmd_0-9_keyboard_shortcut

Conversation

@charlesvien
Copy link
Member

No description provided.

@charlesvien charlesvien changed the title Implement the ability to quickly switch between tasks with CMD+0-9 keyboard shortcut feat: Implement the ability to quickly switch between tasks with CMD+0-9 keyboard shortcut Jan 27, 2026
@charlesvien charlesvien marked this pull request as ready for review January 27, 2026 06:44
Comment on lines +11 to +12
SWITCH_TAB: "mod+1,mod+2,mod+3,mod+4,mod+5,mod+6,mod+7,mod+8,mod+9",
SWITCH_TASK: "mod+0,mod+1,mod+2,mod+3,mod+4,mod+5,mod+6,mod+7,mod+8,mod+9",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These two will conflict right? We could maybe make these context aware, but I think it'll be more intuitive if we actually provide distinct shortcuts for these.

@jonathanlab jonathanlab force-pushed the 01-26-implement_the_ability_to_quickly_switch_between_tasks_with_cmd_0-9_keyboard_shortcut branch 3 times, most recently from 46d3687 to 45455c4 Compare January 27, 2026 12:27
Copy link
Contributor

@jonathanlab jonathanlab left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Made it so it now maps Cmd 1 -9 to chats, Ctrl 1 - 9 to tabs, updated shortcut sheet as well

Copy link
Contributor

jonathanlab commented Jan 27, 2026

Merge activity

  • Jan 27, 12:44 PM UTC: A user started a stack merge that includes this pull request via Graphite.
  • Jan 27, 1:04 PM UTC: Graphite rebased this pull request as part of a merge.
  • Jan 27, 1:09 PM UTC: @jonathanlab merged this pull request with Graphite.

@jonathanlab jonathanlab changed the base branch from 01-26-clicking_anywhere_in_chat_pane_should_focus_chat_box to graphite-base/631 January 27, 2026 12:55
@jonathanlab jonathanlab requested a review from a team as a code owner January 27, 2026 12:55
@jonathanlab jonathanlab changed the base branch from graphite-base/631 to main January 27, 2026 13:02
@jonathanlab jonathanlab force-pushed the 01-26-implement_the_ability_to_quickly_switch_between_tasks_with_cmd_0-9_keyboard_shortcut branch from 45455c4 to f10adbb Compare January 27, 2026 13:03
@jonathanlab jonathanlab merged commit ebe332e into main Jan 27, 2026
13 checks passed
@jonathanlab jonathanlab deleted the 01-26-implement_the_ability_to_quickly_switch_between_tasks_with_cmd_0-9_keyboard_shortcut branch January 27, 2026 13:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants