| Summary: | [RFE] provide API to override keybindings | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Konstantin Kharlamov <Hi-Angel> |
| Component: | scripting | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED WORKSFORME | ||
| Severity: | normal | CC: | lalochcz |
| Priority: | NOR | ||
| Version First Reported In: | 5.16.0 | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
|
Description
Konstantin Kharlamov
2019-06-16 21:48:32 UTC
This is outside the scope of KWin. And kglobalaccel already supports such use cases through the dbus API. You can reassign as you wish through dbus, allowing you to shell script. (In reply to Martin Flöser from comment #1) > This is outside the scope of KWin. And kglobalaccel already supports such > use cases through the dbus API. You can reassign as you wish through dbus, > allowing you to shell script. Thanks. But I've been told that KWin scripts can not execute dbus commands, that there was callDBus function, but it doesn't work anymore. Then, how should KWin script call dbus? (In reply to Konstantin Kharlamov from comment #2) > (In reply to Martin Flöser from comment #1) > > This is outside the scope of KWin. And kglobalaccel already supports such > > use cases through the dbus API. You can reassign as you wish through dbus, > > allowing you to shell script. > > Thanks. But I've been told that KWin scripts can not execute dbus commands, > that there was callDBus function, but it doesn't work anymore. Then, how > should KWin script call dbus? Nvm, turns out the configuration dialog for script is implemented as part of kcmshell, so that's where the functional is required. |