dsheeler / CoverflowAltTab

Coverflow like Alt-Tab replacement for Gnome-Shell
GNU General Public License v3.0
362 stars 90 forks source link

bug (keybinding donset work with custmom keyborad shortcut) #220

Open sarowarhosen03 opened 7 months ago

sarowarhosen03 commented 7 months ago

When i'm set custom shortcut for application swithc it dosent work im using ubuntu 23.10 gnome 45 Screenshot from 2024-03-07 16-27-26 Screenshot from 2024-03-07 16-26-42

dsheeler commented 7 months ago

@sarowarhosen03: thanks for reporting! I don't fully understand what's going on, yet, but I'm pretty sure not using a modifier like or is the issue. The switcher needs a modifier held down while a second key press switches windows. Alt+Tab, Super+Tab, Ctrl+Tab, could all work, but the single F1... I'm not even sure what the code does, but it's not happy! I should make the code not crash and issue a warning somehow when the modifier is missing.

sarowarhosen03 commented 6 months ago

hope it would fix soon

dsheeler commented 3 weeks ago

@sarowarhosen03 for this extension, I can't think of a good way to have it use F1 as a shortcut because you need to have a modifier like Alt or Super that keeps the switcher open while hitting tab causes the switching. So how would it work with just F1? Maybe pressing it once could open it, pressing it again could switch, and you could break out of the switcher by Esc or Ret?