| Summary: | PATCH: Add DCOP interface | ||
|---|---|---|---|
| Product: | [Applications] kmousetool | Reporter: | Kurt Hindenburg <khindenburg> |
| Component: | general | Assignee: | Gunnar Schmidt <gunnar> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | wishlist | ||
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: |
Patch to add DCOP interface (specifically startStopSelected).
Patch to simulate right/left/double clicks via DCOP interface. Patch to implement DCOP calls. |
||
|
Description
Kurt Hindenburg
2004-03-02 16:43:39 UTC
Created attachment 4975 [details]
Patch to add DCOP interface (specifically startStopSelected).
Created attachment 4976 [details]
Patch to simulate right/left/double clicks via DCOP interface.
Apply this after 4975 patch. You should now be about to assign a hotkey for
right/left/double clicks.
Created attachment 5057 [details]
Patch to implement DCOP calls.
This patch actually works :-) It also allows using khotkeys for mouse
clicking.
% dcop kmousetool KMouseToolInterface
QCStringList interfaces()
QCStringList functions()
void start()
void stop()
void toggleStartStop()
void rightClick()
void leftClick()
void doubleClick()
This never worked very well in pratice. Another approach is needed. |