279
KDE Plasma 6.5 released
(kde.org)
From Wikipedia, the free encyclopedia
Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).
Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.
Community icon by Alpár-Etele Méder, licensed under CC BY 3.0
Sadly no. I know this one and there is a couple of similar applications out there that all work pretty much the same, using a virtual uinput device to do low-level remapping of key to key. You can do macros or chords with these, but that's not what I'm after, and in any case, I prefer to do remaps and macros like that first on my QMK keyboard directly if possible, then XKb second.
Khotkey on the other hand could (among other things) remap keys per window. For example you could say that for key presses sent to Firefox (which has no built-in way to redefine hotkeys), make Ctrl-W not close the window but do this thing instead, or use these keys to move between Ctrl-f search results. These remaps would then affect Firefox and only Firefox, while with apps like the one you linked, remaps would always affect the entire system.
Another feature was freely configurable mouse gestures that can work in any application and do different things in each application.
The reason we don't have anything on wayland is that there is no generalized way for third party apps to intercept, modify, redirect or inject key events. Even global-hotkeys are still lacking in support and lackluster and complex in implementation. This is by design and there are good reasons for this, but it leaves the job of implementing this functionality (as so much on wayland) with the compositor, i.e. here Plasma, Kwin or some other module that's tightly integrated with them.
Ahhh I see. Well damn because that functionality does sound pretty useful, sad that its currently broken with Wayland.