Shortcut for copying custom column property?

Discussion related to "Everything" 1.5 Alpha.
Post Reply
anmac1789
Posts: 687
Joined: Mon Aug 24, 2020 1:16 pm

Shortcut for copying custom column property?

Post by anmac1789 »

is there a keyboard shortcut for copying a custom column property? for example clicking on a filename, then going up into file --> copy property --> column 1. But can I make this into a shortcut ?
void
Developer
Posts: 17299
Joined: Fri Oct 16, 2009 11:31 pm

Re: Shortcut for copying custom column property?

Post by void »

Two options:

Tools -> Options -> Keyboard -> File | Copy Column Value

Use Left + Right arrow key to focus the custom column cell.



Create a bookmark with the following search:
/copy $column1:
where $column1: is custom column 1.
Bind a keyboard shortcut.
anmac1789
Posts: 687
Joined: Mon Aug 24, 2020 1:16 pm

Re: Shortcut for copying custom column property?

Post by anmac1789 »

void wrote: Wed Jan 08, 2025 2:06 am Two options:

Tools -> Options -> Keyboard -> File | Copy Column Value

Use Left + Right arrow key to focus the custom column cell.



Create a bookmark with the following search:
/copy $column1:
where $column1: is custom column 1.
Bind a keyboard shortcut.
Thank you
Post Reply