0
Completed

Files View: default Ctrl-c to filename instead of row data

Jeff Jensen 3 years ago updated 3 years ago 5

I regularly copy the file name from the Files view which means using the context menu as Ctrl-c maps to copy the row data.  This request is to map Ctrl-c to copy the filename instead.


Since this request causes a breaking change, perhaps can create a low-level property with a list of options to map to?


Additionally, I always paste and then remove the extension, so my desired choice is map Ctrl-c to filename without extension.

+1
Completed

Build 16102+ will have the low-level property table.copySelectionWithCtrlC to disable the generic Ctrl/Cmd+C copy for all table controls.

Thank you Thomas!  Can't ask for a faster response :) !!

Thomas, running 20.2 RC 4 #16102 and set table.copySelectionWithCtrlC to false seems to only affect the Files view and causes nothing to happen - the clipboard/copy buffer remains unchanged, nothing is copied.  I expected it to copy the filename.

Did you assign Ctrl+C to the Copy Name command in the Preferences, page "Keyboard Shortcuts"?

No, didn't realize I'd have to do that.  That works, thanks again.