... and as a last resort I have created a shell script called firefoxterm:
#! /bin/sh
firefoxtab `xsel`
It works from the command line, I am able to bind it with xbindkeys,
but:
{ MODKEY, XK_o, spawn, "exec firefoxterm" },
does nothing. The problem is not in the keybinding itself,
because I am able to bind that combination to other commands without
problems.
Giorgio
