[openbox] keybindings and multiple commands
Mikael Magnusson
mangosoft at comhem.se
Wed Dec 17 09:15:33 EST 2003
On Wed, 17 Dec 2003, Neil Watson wrote:
> I'm trying to have multiple commands attached to a key binding:
>
> <keybind key="F11">
> <action name="Execute">
> <execute>
> cd /home/nwatson/docs/purchasing/
> </execute>
> <execute>
> soffice -o requisition.sxc
> </execute>
> </action>
> </keybind>
>
> This does not seem to be working. Is this possible? If so, what have I missed?
>
You want
<execute>
sh -c 'cd /home/nwatson/docs/purchasing; soffice -o requisition.sxc'
</execute>
or something similar
--
Mikael Magnusson
More information about the openbox
mailing list