| Summary: | Add keybindings (emulate keypress) to irkick (kdelirc) | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelirc | Reporter: | Murz <MurzNN> |
| Component: | general | Assignee: | Michael Zanetti <mzanetti> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Ubuntu | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Murz
2010-04-18 09:47:37 UTC
I think it is not possible to implement this in a platform independent manner. However, you can konfigure kdelirc already to do this. - 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. Many thanks for info, all work very good with xte! |