Keyboard input via a shortcut

All questions and problems regarding LXDE components including LXSession, LXAppearance, GPicView, Leafpad, LXTerminal, Xarchiver, LXNM to be discussed here.

For PCManFM questions, please ask in the dedicated forum below.
Locked
Llama
Posts: 4
Joined: Mon Dec 06, 2010 6:35 pm

Keyboard input via a shortcut

Post by Llama »

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:

Code: Select all

    <keybind key="A-j">
        <action name="A Burst">...? ? ?...</action>
      </keybind>
What the proper syntax must be? Suppose I want to fire a sequence like this: "~---~"
Locked