[openbox] keybindings and multiple commands

Matthew Graybosch mgraybosch at starbreaker.net
Wed Dec 17 18:02:41 EST 2003


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

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?

Why not just do this?

<keybind key="F11">
~    <action name="Execute">
~        <execute>
~            soffice -o /home/nwatson/docs/purchasing/requisition.sxc
	</execute>
~    </action>
</keybind>

Using a cd command seems like overkill to me, if you can specify the
full path of the document you want to open.

- --
Matthew Graybosch
http://www.starbreaker.net
"Thou wouldst not be a sluggard? Well then, love a woman."
- -- Ovid

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.3 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org

iD8DBQE/4OCROsiblplexykRAjIaAKCNf3rHOZP3lqD68md11LGz1XmAOACfX0LJ
zV2wpg4xeXC5s9P5f4afLL0=
=isTv
-----END PGP SIGNATURE-----



More information about the openbox mailing list