fthx/window-title-is-back

[feature request] map the app title to use hotkey

Opened this issue · 3 comments

Hello, I just want to ask silly question, is there any way to map the app title into some keyboard shortcuts like on gnome 42 and focus on the menu inside the title?
Thank you.

fthx commented

Hi,

I'm not sure to understand what you need here.
Here:

Main.panel.menuManager.addMenu(this._menu);

should allow keyboard navigation through the GS panel ?

@fthx Thanks for replying.

So example we can show overview of gnome using meta key, and without hovering or clicking the activity button.

I want to achieve something like that, so example, I press shift+F1 anywhere, and It automatically expand and focus on the application title menu, without clicking with mouse. My aim is to able to press menu option on the app title list like welp open file or such that doesn't available on some gtk3/4 application that only exposed from there, or open new private window (I do know ctrl+shift+n), just a convinent ways, and lastly is switch between windows of same app on list mode.

I hope my explanation clear the confusion. Thank you !

fthx commented

Ok.
I won't make that since I'm not familiar with key bindings and would need to spend a lot of time.
Why not a PR if it does not add to many lines to the code.