Keyboard input via a shortcut
Posted: Thu Feb 17, 2011 5:14 am
Hi,
I'd like to fire a sequence of characters into an edit window using a shortcut.
Probably I have to put something into ~/.config/openbox/lxde-rc.xml, like this:
What the proper syntax must be? Suppose I want to fire a sequence like this: "~---~"
I'd like to fire a sequence of characters into an edit window using a shortcut.
Probably I have to put something into ~/.config/openbox/lxde-rc.xml, like this:
Code: Select all
<keybind key="A-j">
<action name="A Burst">...? ? ?...</action>
</keybind>