Skip to content

Shortcut For Opening Welcome Tab - #2773

Open
Game-Dev-Shubham wants to merge 7 commits into
Acode-Foundation:mainfrom
Game-Dev-Shubham:main
Open

Shortcut For Opening Welcome Tab #2773
Game-Dev-Shubham wants to merge 7 commits into
Acode-Foundation:mainfrom
Game-Dev-Shubham:main

Conversation

@Game-Dev-Shubham

Copy link
Copy Markdown

Added new shortcut Ctrl-Shift-W to open welcome window

@greptile-apps

greptile-apps Bot commented Aug 19, 2026

Copy link
Copy Markdown
Contributor

Greptile Summary

Adds Ctrl-Shift-W as a global shortcut for opening the welcome tab.

  • Registers a new welcomeTab application key binding.
  • Routes the shortcut to the existing welcome action.
  • The new command currently carries an unrelated file-search description.

Confidence Score: 4/5

The PR appears safe to merge, with a non-blocking command-label issue that should be corrected to identify the welcome-tab action.

The shortcut resolves to the existing welcome action without an internal key conflict, but command-palette users will see the new welcome command mislabeled as a file-search command.

Files Needing Attention: src/lib/keyBindings.js

Important Files Changed

Filename Overview
src/lib/keyBindings.js Adds the requested welcome-tab shortcut, but its user-facing description incorrectly says "Find a file."

Reviews (1): Last reviewed commit: "Fix changes" | Re-trigger Greptile

Comment thread src/lib/keyBindings.js
},
{
name: "welcomeTab",
description: "Find a file",

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

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

P2 Correct the welcome command description

The welcomeTab command is displayed in the command palette as “Find a file,” even though it opens the welcome tab, making it easy to confuse with the actual file-finding command.

Note: If this suggestion doesn't match your team's coding style, reply to this and let me know. I'll remember it for next time!

@Game-Dev-Shubham

Copy link
Copy Markdown
Author

As a beginner I was struggling to get welcome tab again but I didn't find so I added new shortcut Ctrt-Shift-W for opening Welcome Tab , maybe it is good decision or not I don't know because this is my First Contribution ever

@RohitKushvaha01

Copy link
Copy Markdown
Member

As a beginner I was struggling to get welcome tab again but I didn't find so I added new shortcut Ctrt-Shift-W for opening Welcome Tab , maybe it is good decision or not I don't know because this is my First Contribution ever

Looks good but greptile thinks there's a problem you should review/fix it before we can merge this pr

The shortcut resolves to the existing welcome action without an internal key conflict, but command-palette users will see the new welcome command mislabeled as a file-search command.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Backlog

Development

Successfully merging this pull request may close these issues.

2 participants