I really would like to invoke the Dolphin’s Context Menu with keyboard shortcut “Shift + F10”, but there aren’t input to set this in “Configure Keyboard Shortcut…” menu.
I found out some way using xdotool to emulate the mouse’s right click any key of the keyboard, but I would prefer other way, if it is possible.
So… Do somebody know how can I configure this?
My specs:
Operating System: KDE neon 5.27
KDE Plasma Version: 5.27.9
KDE Frameworks Version: 5.111.0
Qt Version: 5.15.11
Kernel Version: 6.2.0-36-generic (64-bit)
Graphics Platform: X11
OP is on x11, xdotool works. If his xdotool menu works, he’s asking, like he stated, for the context menu. I’m guessing his keyboard doesn’t have a menu button.
My bad, misread the post. He already used an xdotool command. Then again, if a menu button works I provided him with a shortcut alternative. No idea if he’s using that one really.
I’m completely lost . There is a shortcut for “open path” sooo… I don’t understand why you need a shortcut for an entry in a context menu which has a shortcut to begin with? If it’s about specific functions I guess you could make a bash script and assign shortcuts to those. I’m at a loss here. If it’s purely an overall function to find files one doesn’t need a contextmenu, there are other tools for that.
I want the context menu because this show some functions that isn’t in no place else. Also, It show some usual function in a single panel from different upper menu bar category.
My point was what the key would do if you had the key. This would be what Alt+F10 needs to perform. In Windows, this is the default for Alt+F10, but not on Plasma.
Okay. If you want that alternative to a missing menu key, do the following:
1)system settings>shortcuts
2)Custom shortcuts>add a new action
3)Set your key combo under Trigger and name it Menu under Action
4)Apply
To answer the question, Felix is adding support for using F10 to open the context menu in the next version of Dolphin: English - Planet KDE. This will also support a whole bunch of other KDE applications
Thanks to dzon and this answer post from “How to add shortcut-key to create a New Text File in Dolphin” askubuntu’s thread, I come with a “refined” solution show by dzon.
I only added the key “Menu” to it works only in the Dolphin (at least, I think configured this, ).
Check out how you can make this too.
Go to the
System Setting > Workspace > Custom Shorcuts
Rick click mouse in column empty space and choice the option > 2. New > 3. Global Shorcut > 4. Send Keyboard Input
Go to the “Action” tab > 6. Type in this field “Menu” (without quotation marks) > 7. Select “Specific Window” in “Window” field > 8. Click in “New…” button
Choice “Contains” option in “Window title” > 10. Type “Dolphin” (without quotation marks) in the field under > 11. Check “Normal” option in “Window Types” (click “Ok” button in the end)
Oh, it’s so cool, I’m excited when this implementation comes. For those that don’t want use my option to achieve the Context Menu, in the link send by redstrate, there is other a way to apply “Shift + F10” globally (workaround).