daniellandau / switcher

Gnome Shell extension to switch windows quickly by typing
GNU General Public License v3.0
344 stars 42 forks source link

ace jump like behaviour #37

Open pyluyten opened 7 years ago

pyluyten commented 7 years ago

this extension is incredibly useful, & you might maybe optimize a bit : once super+w is hit, "switcher" could automatically assign for each window one letter : first window a, second window b, third window c.

User just hit the relevant letter, so unless one has more than 26 windows it's always a one letter hit to open the right window.

This is an enhancement request. Please state it it if not interested, thanks !!

daniellandau commented 7 years ago

There is already an optional feature (available in the settings) to have single click activation either on function keys or numbers, would that do it for you?

pyluyten commented 7 years ago

ah, nice. it's good news this is already included, sorry i missed it

Tell me if you want distinct bug request 1) for the numpad issue 2) for the letters index request. Otherwise we can go on this bug

daniellandau commented 7 years ago

Lets keep everything in this issue.

daniellandau commented 7 years ago

1) is fixed with https://github.com/daniellandau/switcher/commit/27329dcd598615ca5be7250d107d3eea1ba72546

As for 2) that's more of a separate mode, as the whole filtering by typing thing is not there anymore.