| Summary: | provide a method to make the Menu-key simulate an RMB-click | ||
|---|---|---|---|
| Product: | [Unmaintained] kdelibs | Reporter: | Maciej Pilichowski <bluedzins> |
| Component: | general | Assignee: | Stephan Kulow <coolo> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | cfeck |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Maciej Pilichowski
2006-03-20 10:31:08 UTC
Unfortunately, filing it for "kde" doesn't help fixing the problem. > filing it for "kde" doesn't help fixing the problem.
This doesn't help either, does it? Is it kdelibs, kwin, kde-something-else? I am just a KDE user, I don't know the internals of KDE.
Since context menu is global thing so it is apparently not a problem of a single application but KDE itself -- but I don't know which part. If I can help developers in any way, I will help, but please don't close the bug report because you want play cat&mouse.
You don't have to reopen to ask questions. Please file a bug report for each application that fails to process correctly. Apparently it is rather a bug inside KDE -- and more probably in kdelibs. Maybe I just put here an explanation from private mail to Thiago: " Is it possible /optionally/ for KDE-app to ask KDE for higher-abstract layer of messages, something like report_context_menu_activation_instead_of_right_mouse_button ? I'm asking because lack of such function is indeed the source of such bugs -- RMB is handled correctly and menu-key not. With higher-level layer it wouldn't be possible -- RMB /if configured that way/ would be 100% equivalent to menu-key. " Interestingly, I've found out that we *have* this functionality in kdelibs since 1999... See comment #3. |