Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change default keyboard shortcuts #41818

Merged
merged 7 commits into from
May 24, 2024

Conversation

gzdunek
Copy link
Contributor

@gzdunek gzdunek commented May 21, 2024

Closes #41207.

I've looked at vscode, tabby, Windows Terminal and the Ubuntu terminal and I see that they usually use Ctrl+Shift+* or Ctrl+Alt+* for shortcuts. I decided to change ours to Ctrl+Shift+* since they are more popular. I also looked at the bash and nano shortcuts and we shouldn't conflict with them now.

I was thinking about changing the Ctrl+1 - Ctrl+9 shortcuts on Windows to Ctrl+Shift+1 - Ctrl+Shift+9 to match Windows Terminal, but they don't cause conflicts, so I left them intact.

newTerminalTab: 'Ctrl+Shift+T',
closeTab: 'Ctrl+Shift+W',
newTab: 'Ctrl+Shift+T',
newTerminalTab: 'Ctrl+Shift+`',
Copy link
Contributor Author

Choose a reason for hiding this comment

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

This shortcut matches vscode.

Copy link

🤖 Vercel preview here: https://docs-e5clbpmc0-goteleport.vercel.app/docs/ver/preview

Copy link
Collaborator

@zmb3 zmb3 left a comment

Choose a reason for hiding this comment

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

Can we remove the changelog note from the PR description and write 2-3 sentences in CHANGELOG.md under breaking changes instead?

@gzdunek gzdunek added the no-changelog Indicates that a PR does not require a changelog entry label May 22, 2024
@gzdunek gzdunek requested a review from ravicious May 22, 2024 07:08
Copy link

🤖 Vercel preview here: https://docs-68fj5ucol-goteleport.vercel.app/docs/ver/preview

Copy link
Member

@ravicious ravicious left a comment

Choose a reason for hiding this comment

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

Good job, I'll give these a try during the test plan.

CHANGELOG.md Outdated Show resolved Hide resolved
CHANGELOG.md Outdated Show resolved Hide resolved
docs/pages/connect-your-client/teleport-connect.mdx Outdated Show resolved Hide resolved
gzdunek added 3 commits May 24, 2024 16:26
… allow linter find the 'Configuration' heading

The angle brackets seem to be interpreted as HTML tags.
Copy link

🤖 Vercel preview here: https://docs-dpvc3jedv-goteleport.vercel.app/docs/ver/preview

Copy link

🤖 Vercel preview here: https://docs-jp50031ku-goteleport.vercel.app/docs/ver/preview

@gzdunek gzdunek added this pull request to the merge queue May 24, 2024
Merged via the queue into master with commit 9adb7a0 May 24, 2024
40 checks passed
@gzdunek gzdunek deleted the gzdunek/change-default-keyboard-shortcuts branch May 24, 2024 15:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation no-changelog Indicates that a PR does not require a changelog entry size/sm teleport-connect Issues related to Teleport Connect. ui
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Change default shortcuts on Windows and Linux
4 participants