Home > Enterprise >  Keyboard shortcut to copy full file path of the current file
Keyboard shortcut to copy full file path of the current file

Time:11-27

I would like a keyboard shortcut to copy the full path of the currently open file. Do I need to add a new key binding, or is there an already existing shortcut?

CodePudding user response:

Go to Preferences > Keyboard Shortcuts, and search for the command @command:copyFilePath. If there is a keyboard shortcut set, it will be there. If not, you can set one yourself.

CodePudding user response:

There an already existing shortcut.

Shift Alt c

  • Related