Hello,
I'm running Fluxbox. I've been doing some work with windows and run into the issue of copying and pasting from windows (via rdesktop) into a shell terminal. I installed xclip to get myself the chance to dump my clipboard into my shell terminal by running this command
Code:
xclip -selection clipboard -o
But I created an alias to do this by running xclip.
I'm wondering if I can somehow create a keybinding via the keys file to run this command when I right click. Doing this in any window would be ideal, but I'd to do it with my terminal.
;TLDR I want to run a command when I right click using Fluxbox keybindings.
Edit: I'd like to bind this to my Mouse Right click button
Thanks in advance!