You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would it be possible to add focus title_regex?
The feature would be useful when you have an application with multiple windows and you would like to focus directly to a specific window.
Example:
Terminal application with three windows open.
Terminal windows can have in the title the following: ~/path/to/application ⌘2
The focus title_regex would focus the application first and then pass focus to the window matching the title
Syntax could look something like this:
bind i:${hyper} focus 'Terminal':TITLE_REGEX=.*⌘1
Thanks for your hard work in such an awesome tool.
The text was updated successfully, but these errors were encountered:
MrBalonio
changed the title
focus title_regex
Feature Request: focus title_regex
Oct 17, 2017
Would it be possible to add focus title_regex?
The feature would be useful when you have an application with multiple windows and you would like to focus directly to a specific window.
Example:
Terminal application with three windows open.
Terminal windows can have in the title the following: ~/path/to/application ⌘2
The focus title_regex would focus the application first and then pass focus to the window matching the title
Syntax could look something like this:
bind i:${hyper} focus 'Terminal':TITLE_REGEX=.*⌘1
Thanks for your hard work in such an awesome tool.
The text was updated successfully, but these errors were encountered: