godot icon indicating copy to clipboard operation
godot copied to clipboard

Add default keyboard shortcuts to various actions in the FileSystem dock

Open Calinou opened this issue 1 year ago • 0 comments

  • Follow-up to https://github.com/godotengine/godot/pull/90421.

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.

Calinou avatar Jun 24 '24 22:06 Calinou