xdotool click --clearmodifiers 3
works as right-click in firefox
and chromium-browser
, but not in all programs such as Thunar file manager and xfce4-terminal. Why is that?
In terminal, if I run the command by entering it there, context menu appears, but if I run the command by keyboard shortcut (set in Xfce's keyboard settings), it does not work.
Anyway, shift + F10 seems to work (though I have to use Fn key in my Macbook keyboard).
xdotool click 3
? – DK Bose Jan 13 '19 at 10:20Shift+F10
orcontext menu
key. Elsexdotool
always work in command line. – Jan 13 '19 at 11:30xdotool click 3
and assigned a shortcut to it. But the same route works just fine in Lubuntu 18.04 and Kubuntu 18.04 for all applications tested. If it's important to you, I suggest also asking at https://forum.xfce.org/. – DK Bose Jan 13 '19 at 12:29--clearmodifiers
. That should eliminate the effect of simultaneous key presses I think. – jarno Jan 17 '19 at 20:35