Skip to content

Feature request: Allow creating a shortcut for creating a new (empty) file

Submitted by perico

Assigned to Xfce Bug Triage

Link to original bug (#12732)

Description

Hello there!

Is it possible to add a shortcut for "Create document..." subcomponent "Empty file"? The shortcut for create folder is quite handy and it would be a great companion to add one for create file. I have tried to do it manually myself by adding to the "accels.scm" either:

; (gtk_accel_path "<Actions>/ThunarStandardView/create-archive" "<Primary>n") ; (gtk_accel_path "<Actions>/ThunarActions/Tap::create-archive" "<Primary>n")

but none of them work.

Thanks!