Keyboard shortcut for Copy as Path

General discussion
Post Reply
PumpkinPancake
Posts: 1
Joined: Wed Mar 20, 2024 6:09 pm

Keyboard shortcut for Copy as Path

Post 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

Rubic
Posts: 14
Joined: Fri Jan 19, 2024 2:41 pm

Re: Keyboard shortcut for Copy as Path

Post 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'
Post Reply