Suppose I have a file selected in Files. How can I copy it's full file path to the clipboard? hitting <CTRL>+L
followed by <CTRL>+C
(or <CTRL>+X
) just copies the path of the parent directory to the clipboard. How to get the full path copied to clipboard?
I am not looking for drag-and-drop functionality (e.g., I already know I can drag the file to, say the terminal app, to paste it's path there).