I cannot figure out how to emulate keyboard keystrokes on my remote control (it is an MCE using mceusb on lirc) with IRKICK. I assume this is done through DCOP? or am I mssing something simple...
Announcement
Collapse
No announcement yet.
Irkick keyboard emulation
Collapse
This topic is closed.
X
X
-
Re: Irkick keyboard emulation
For emulate keyboard events or keypress, keyboard shortcuts via kdelirc (irkick) you can use the xte tool:
- install xte on your computer
- create a new action using the Program Launcher Profile
- Select function "Execute"
- insert parameter 1: xte
- insert parameter 2: keydown Control_L,key a,keyup Control_L
This should create an action executing the following command:
xte "keydown Control_L" "key a" "keyup Control_L"
which in turn triggers the Ctrl+a keypress.
- Top
- Bottom
Comment