to start a terminal (e.g. xterm) in the current directory with a short
cut. I tried to call
os.system("xterm") from the console, but this does not seem to be the
right approach.
Do you have a hint how to do this?
Fab
For example, to bind shortcut to running xterm you can put in your
~/.xyzcmd/conf/keys.xyz:
bind(lambda: shell("xterm"), kbd("Ctrl-m"))
Take a look at default keys.xyz, which resides in
/usr/share/xyzcmd/conf/, there are all default keybindings performed.
2010/1/5 Fab <f.braen...@gmx.de>:
--
~syhpoon