Page 1 of 1

Keyboard shortcut for Copy as Path

Posted: Wed Mar 20, 2024 6:34 pm
by PumpkinPancake

I see some people's context menu have keyboard shotcuts while mine does not have anything like that. I have no way of "copy path" as a keyboard shortcut anymore such as "ctrl+shift+c"
I'm not sure exactly how to fix this or how to get this, my next solution was building an autohotkey script to fix this. I know before windows 11 had a keyboard shortcut to copy as path.

Windows version:
Image

Mine:
Image

Image


Re: Keyboard shortcut for Copy as Path

Posted: Thu Mar 21, 2024 11:05 am
by Rubic
modify(find='"Copy as path"'keys='Ctrl+Shift+C')

or

modify(where=this.title==title.copy_as_path keys='Ctrl+Shift+C')

add one of these lines in shell.nss before

import 'imports/modify.nss'