-
Notifications
You must be signed in to change notification settings - Fork 631
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Keybinding Action to "Bring all to front" #4704
Comments
Rather then a new keybinding, I propose this could be achieved with modifying the default behavior of From this
to
In summary,
|
I believe that is how that toggle should work, but I felt it may be useful to have an single-behavior action as well (instead of a toggle). |
On the GTK side it would be significantly easier to implement this if it's instead expressed as |
Discussed in #4696
Originally posted by massimopalmieri January 6, 2025
It would be great to be able to have a keybind action to focus the terminal ("Bring all to front"), just like
toggle_visibility
Shows/hides all windows.Proposal
Add a new keybinding
bring_all_to_front
that does this. I believe we can make this work on GTK too.The text was updated successfully, but these errors were encountered: