-
Notifications
You must be signed in to change notification settings - Fork 12
Description
Is your feature request related to a problem? Please describe.
I just found this cool tool but got struggles when I tried to mimick the behavior of https://karl-voit.at/2022/10/28/window-teleporting/ (my old X11 workflow on xfce).
Therefore I'd like to kindly ask here, if I got it wrong or not.
Describe the solution you'd like
- invoke a shortcut to start this tool which is not Alt-Tab (my current preference would be Ctrl-F8)
- this tool should keep the original Gnome Alt-Tab behavior untouched
- I'm directly in Search Mode: I may type substrings of a window title
- (title search is what the default Alt-Tab can't do AFAIK, just application search)
- on pressing Return, I should switch to the workplace + raise/focus the title-matching window
In short: press shortcut, type search query, confirm (or select different match from search results), teleport to the matching window.
What I think I got (please do correct me!):
- This app can be associated with additional keyboard shortcuts to be invoked but still overwrites Alt-Tab in any case
- For search mode I need to:
- press Alt-Tab
- keep holding Tab (otherwise the whole thing is gone again), then additionally
- hold Shift,
- type "e" to enter search mode and then
- I may enter a search query for a window title
- press Return to teleport
Describe alternatives you've considered
DIY: I found https://github.com/lucaswerkmeister/activate-window-by-title which sounds like a part of the solution: it should allow me to query for window titles. However, I'm not certain how I may implement the rest of the solution. I asked on lucaswerkmeister/activate-window-by-title#12
Additional context
None.