Skip to content

Add keyboard shortcut commands for task navigation#2

Open
emin93 wants to merge 1 commit intomainfrom
feat/keyboard-shortcuts
Open

Add keyboard shortcut commands for task navigation#2
emin93 wants to merge 1 commit intomainfrom
feat/keyboard-shortcuts

Conversation

@emin93
Copy link
Copy Markdown
Owner

@emin93 emin93 commented Mar 21, 2026

Summary

  • Add workday.nextTask command to focus the next task in the list
  • Add workday.completeTask command to mark the current task as done
  • Commands registered in package.json, ready for keybinding configuration

Test plan

  • Verify commands appear in the command palette
  • Bind to preferred shortcuts (e.g. Ctrl+Shift+N / Ctrl+Shift+D)
  • Test navigation through the task list

Register nextTask and completeTask commands in package.json
to support keyboard-driven workflow through the task list.

Made-with: Cursor
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector Bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 25c9f7c310

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment thread package.json
"category": "Workday"
},
{
"command": "workday.nextTask",
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Register handlers for newly contributed commands

The new workday.nextTask/workday.completeTask entries are added to the command palette, but there are no matching vscode.commands.registerCommand(...) calls for these IDs in src/extension.ts (only workday.synthesize, workday.openSettings, workday.resetOnboarding, and workday.setSlackToken are registered). In practice, triggering either new command from the palette or a keybinding will fail with a command-not-found error, so the feature introduced by this commit is currently unusable.

Useful? React with 👍 / 👎.

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.

1 participant