Hi there, is there a way to set a keyboard shortcut for Dolphin’s File > Create New > Empty File menu item? I don’t see it in the list in Configure Keyboard Shortcuts window. There are a couple of other items I’d like shortcuts for as well:
Well that does not work the create file action will pick the file type for the first entry in the menu “Create New”, but the “Create Empty file” action neither individual entries for this menu are exported to the shortcuts.
You can type Ctrl+Alt+I to open the command menu and type in “empty”, that works though.
My favorite “dolphin hack”: just paste your clipboard right into a folder to create a new file with your clipboard contents. Because you never really need an empty file, you just start with one and fill it up anyway.
This isn’t possible at the moment.
This entry is a C++ plugin context menu KAbstractFileItemActionPlugin Class | KIO and this needs some evolution to be able to set shortcuts for them.
Oh interesting, thanks. Are menu items “scriptable” at all? In macOS I could write a script that would activate a menu item by matching the text of the item.