After i abandoned my project on Clojure Cup i received little free time on this weekend. And i decided to play with Leap Motion and create little app for switching windows using it.
Result — leaptab.
By default app uses win + w
for switching windows, but with --use-alt-tab
it can use alt + tab
.
For opening window switcher (win + w
or alt + tab
) and switching to window
you need to use circle gesture. For selecting window – swipe gesture.
Video with usage of leaptab:
Leaptab tested with ubuntu, but should work on all major platforms, but probably only with --use-alt-tab
argument.