Shortcut for copying custom column property?
-
anmac1789
- Posts: 747
- Joined: Mon Aug 24, 2020 1:16 pm
Shortcut for copying custom column property?
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: 19902
- Joined: Fri Oct 16, 2009 11:31 pm
Re: Shortcut for copying custom column property?
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.
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: 747
- Joined: Mon Aug 24, 2020 1:16 pm
Re: Shortcut for copying custom column property?
Thank youvoid 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.