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

Add default keyboard shortcuts to various actions in the FileSystem dock #93578

Conversation

Calinou
Copy link
Member

@Calinou Calinou commented Jun 24, 2024

Some of these shortcuts are inspired by Visual Studio Code's defaults:

image

The defaults are:

  • Ctrl + Alt + C: Copy Absolute Path (like in VS Code)
  • Ctrl + Alt + Shift + C: Copy UID
  • Ctrl + Alt + R: Open in File Manager (like in VS Code)
  • Ctrl + Alt + E: Open in External Program
  • Ctrl + Alt + T: Open in Terminal
    • Note: On Linux distributions that have Ctrl + Alt + T as a default shortcut to open a terminal, the system shortcut takes priority over this one.

The "Open Containing Folder in Terminal" text was shortened so that the context menu doesn't become too wide with the default shortcut annotations.

Some of these shortcuts are inspired by Visual Studio Code's defaults.

- Ctrl + Alt + C: Copy Absolute Path
- Ctrl + Alt + Shift + C: Copy UID
- Ctrl + Alt + R: Open in File Manager
- Ctrl + Alt + E: Open in External Program
- Ctrl + Alt + T: Open in Terminal
  - Note: On Linux distributions that have Ctrl + Alt + T as a default
    shortcut to open a terminal, the system shortcut takes priority
    over this one.

The "Open Containing Folder in Terminal" text was shortened so that
the context menu doesn't become too wide with the default shortcut
annotations.
@KoBeWi KoBeWi modified the milestones: 4.x, 4.4 Oct 16, 2024
@Repiteo Repiteo merged commit f8f7e42 into godotengine:master Oct 25, 2024
16 checks passed
@Repiteo
Copy link
Contributor

Repiteo commented Oct 25, 2024

Thanks!

@Calinou Calinou deleted the editor-filesystem-dock-context-add-shortcuts branch November 6, 2024 16:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants