laech

Results 5 comments of laech

As an alternative workaround to changing IntelliJ's runtime JDK version, we can also use IntelliJ's [External Tool](https://www.jetbrains.com/help/idea/configuring-third-party-tools.html) feature to run the formatter as an external command using a different JDK:...

I can confirm this happens under Ubuntu 22.10 as well with Firefox 107 and this theme (default Firefox themes don't have this problem), a workaround is to use https://extensions.gnome.org/extension/5237/rounded-window-corners/ on...

The backward and forward buttons don't work. This is the full `capabilities` object for the mouse: ``` { 0: [0, 1, 2, 4, 20], 1: [1, 2, 3, 4, 5,...

Seems this is how xkeysnail is detecting it's a mouse not a keyboard https://github.com/mooz/xkeysnail/blob/bf3c93b4fe6efd42893db4e6588e5ef1c4909cfb/xkeysnail/input.py#L28-L30

Would this https://github.com/mooz/xkeysnail/pull/137 work better instead of suspending modifiers? That's what I used to fix the Firefox-Alt issue and the likes.