tom95 / gala-alternate-alt-tab

Plugin for alternative alt-tab window switcher for the Gala WM
GNU General Public License v3.0
23 stars 7 forks source link

use new api Gala.ModalProxy #3

Closed jolivares closed 9 years ago

jolivares commented 9 years ago

I'm trying to update this plugin to conform with the new Gala api. It compiles a runs with no errors, but it does not work as expected. If you press alt-tab it shows you the window switcher with the previous window selected, but if you keep pressing tab key it does not move to the next window.

Could you have a look?

stas commented 9 years ago

@jolivares I will take a look, though I'm not sure what should I expect. Also please take a look at #2, afaik all the modal calls were removed, I wonder how this will improve the experience.

jolivares commented 9 years ago

@stas Thanks for having a look. I based my modifications in the following commit to gala code: http://bazaar.launchpad.net/~gala-dev/gala/trunk/revision/420 . I honestly don't know too much about how this plug in system is suppose to work. The current status of my branch at run time is: you can get the window switcher, but you cannot cycle thru it.

jolivares commented 9 years ago

OK. I think I got it right. I missed the part where keybindings are filtered. I fixed it by no blocking any keybindings.

tom95 commented 9 years ago

Merged it now, thanks a lot!