sbmpost / AutoRaise

AutoRaise (and focus) a window when hovering over it with the mouse
GNU General Public License v3.0
1.42k stars 60 forks source link

Mouse warp for same app's windows #188

Closed jakecodev closed 5 months ago

jakecodev commented 6 months ago

Hello, I have found "Mouse Warp" works when switching app(cmd+tab), not work on different windows of same app(cmd+`). It would be great if it also works for the same app too :) Thank you very much.

https://github.com/sbmpost/AutoRaise/assets/97574983/5e65ea00-ff7d-4746-84ee-96db807ecedd

Here is my setting image

sbmpost commented 6 months ago

@fullstackneo

That would indeed be a very nice addition. I think it depends on whether the cmd-backtick key combination can be intercepted similar to cmd-tab. Also I am not sure if AutoRaise will be able to identify the window being activated. It will need some research. Thanks for reporting!

sbmpost commented 6 months ago

@fullstackneo

Implemented in branch AutoRaise 4.8

jakecodev commented 5 months ago

Awesome. Thank you!

alexnguyennn commented 5 months ago

not sure if it's just me but i've just given version 5.1 a go (with alternative task switcher enabled) and am still seeing that the warp only works when source and destination are different apps (at least in the case of Firefox Developer Edition). this was my config:

delay=0
focusDelay=0
warpX=0.5
warpY=0.5
altTaskSwitcher=true
sbmpost commented 5 months ago

@alexnguyennn

Currently the functionality only works without alternative task switcher. However this restriction may not be necessary. Something for AutoRaise 5.2 I suppose ;-)

alexnguyennn commented 4 months ago

thanks for the reply; just curious if the reopen and close with 5.2 release means that support for warping between same app windows using the alternative task switcher should be in? just gave the new release a try and seeing the same behaviour, wondering if it's my config 😅

sbmpost commented 4 months ago

@alexnguyennn

thanks for the reply; just curious if the reopen and close with 5.2 release means that support for warping between same app windows using the alternative task switcher should be in?

😊 oops, closed this one too soon. Would it be possible to create a new issue for this? This way I won't confuse myself thinking this was already implemented ;-)

alexnguyennn commented 4 months ago

@alexnguyennn

thanks for the reply; just curious if the reopen and close with 5.2 release means that support for warping between same app windows using the alternative task switcher should be in?

😊 oops, closed this one too soon. Would it be possible to create a new issue for this? This way I won't confuse myself thinking this was already implemented ;-)

certainly - made #208 . thanks in advance!