Felix Barz

Results 53 comments of Felix Barz

One more advantage: it will always find the correct qmake executable this way

This has indeed nothing to do with the library itself, it's a Qt issue. However, I can circumvent this with a workaround (just hard code the ESC exception). I will...

As far as I know, this is simply not possible with wayland atm. See: - https://github.com/albertlauncher/albert/issues/309 - https://blog.martin-graesslin.com/blog/2015/06/global-shortcut-handling-in-a-plasma-wayland-session/ So for now, there is no way to add this. And if...

Reopend to not forget this. I would really like to get hotkeys working on wayland too.

Shure, I'd be fine with that. The only part where that gets complicated is dependencies and the decision, which "backend" (i.e. gnome or KDE) to use. Furthermore, I do not...

Just collecting some files that might come in handy when trying to implement this sometime in the future. Those are presumably the changes needed to register a shortcut in KDE...

Sure, but in my opinion, this is out of scope for this library. However, if a PR integrates nicely with the current API, I might consider adding the feature

Hi @ManuelSchneid3r - I am currently not actively working on this project, however, I have appointed @Shatur as Maintainer of this repository, maybe he would be interested in helping

Could you give some example of key sequences that conflict (i.e. both fire)?

This is definitly a valid issue, but at this point I have no clue why this happens. It's probably simply how X handles key events - but further investigation would...