Himadri Bhattacharjee

Results 42 comments of Himadri Bhattacharjee

Hey there! You could take a look at [zilch](https://github.com/lavafroth/zilch). Albeit, it's a bit dated because I had been developing this more actively before the 1.0.0 release of `adb_client`. Edit: I...

Hi. You can use the on_release attribute by prefixing your final key with an `@` symbol.

Thunar shall launch on releasing the keys with this config. I can get this to work on my end. @Shinyzenith could you try and reproduce this behavior? -------- Original Message...

Hi. It seems you're either attempting to use the key 8 from numeric row or the keypad. If you wish to use the numeric row key, simply use `8` instead...

I'm afraid there is no implementation for the mouse button in swkhd. Let me consult @shinyzenith and check if we want to implement this.

If button8 is BTN_SIDE and button9 is BTN_EXTRA, we can work on a new branch with these additional values.

Hi, I want to draw you attention to [gesture-evolution](https://github.com/diredocks/gesture-evolution). It seems KWin now supports `SwipeGestureHandler`. Though this is a KWin effect, we could instantiate the gesture handlers using QML objects.

Yes, I tried using the Qml objects in Karousel too but nothing seems to happen. Though, I admit I'm not very good with typescript and I wasn't sure if this...

Greetings! I created a slightly modified version of Gesture Evolution which incorporates the previously mentioned DBus calls. You can install it as a KWin Effect. Here's the code: https://github.com/lavafroth/karouselTouch

I'm afraid, KDE touchpad gestures are only available on wayland. Please take a look at https://discuss.kde.org/t/touchpad-gestures-on-x11/15844 I will add this caveat to the readme. Sorry about that.