mooz / xkeysnail

Yet another keyboard remapping tool for X environment
890 stars 112 forks source link

Window Switcher Preview (Super+Tab) broken in `v0.4.0` #168

Open abhchand opened 1 year ago

abhchand commented 1 year ago

Overview

When upgrading from v0.3.0 -> v0.4.0, the window switcher preview no longer works when switching applications with Super+Tab (Alt+Tab).

I am running Ubuntu 20.04 LTS (Focal)

Expected Behavior

Notice on v0.3.0 when switching applications, you can see the window switcher displayed. Importantly, it lets you switch to "distant" applications by holding down Super/Alt and hitting Tab multiple times.

Actual (Broken) Behavior

After updating to v0.4.0, the switcher no longer pops up. It immediately just switches to the "next" application, which means you can only toggle back and forth between the current and most recent application.

Source

The breaking change occurred somewhere between 0.3.0 and 0.4.0

https://github.com/mooz/xkeysnail/compare/51c369084e0045a8410d227bab52411bf84fb65b...bf3c93b4fe6efd42893db4e6588e5ef1c4909cfb

Thanks

Also, I want to take a moment to thank all the maintainers of this project. This tool is incredibly useful and makes mapping keys incredibly easy.

The community really appreciates everyone who has taken time to contribute to this.

joshgoebel commented 1 year ago

This is a known issue and unlikely to be fixed. We've been unable to contact the author and haven't heard from them In some time. You may have better luck with my fork: https://github.com/joshgoebel/keyszer

My fork has an explicit bind feature to allow things like Cmd+tab to work.

abhchand commented 1 year ago

Thanks @joshgoebel - I'll take a look. Appreciate you sharing that 👍🏾