Tuesday, April 30, 2024
 Popular · Latest · Hot · Upcoming
3
rated 0 times [  3] [ 0]  / answers: 1 / hits: 985  / 2 Years ago, thu, august 18, 2022, 7:32:50

I know that I can use ctrl+alt+shift+tab to go to the top panel. But I want to create a keyboard shortcut to trigger sections of it (for example the top-right menu in the panel). Is there any way for that?


More From » 20.04

 Answers
5

Shortcut keys to open sections of the top panel include


Activities


Next to simply pressing Super, you can open the Activities overview with the shortcut keys Super+w or Alt+F1. There is also Super+a to immediately display the Application overview.


Application menu


The application menu, i.e. the button with the icon and name of your application, can be opened with Super+F10.


Calendar/notifications


Use Super+M or Super+V to open the calendar panel.


User menu


Somewhat surprising, no shortcut key is available by default to open the User menu at the right with the keyboard. Still, Gnome Shell can be controlled over dbus. Either of the following commands will pull down the User menu. Select one and bind it to a shortcut key using "Settings" - "Keyboards Shortcuts".


gdbus call -e -d org.gnome.Shell -o /org/gnome/Shell -m org.gnome.Shell.Eval string:'Main.panel.statusArea.aggregateMenu.menu.toggle();'

or


dbus-send --session --type=method_call --dest=org.gnome.Shell /org/gnome/Shell org.gnome.Shell.Eval string:'Main.panel.statusArea.aggregateMenu.menu.open();'

[#2380] Saturday, August 20, 2022, 2 Years  [reply] [flag answer]
Only authorized users can answer the question. Please sign in first, or register a free account.
ncharm

Total Points: 255
Total Questions: 105
Total Answers: 118

Location: Virgin Islands (U.S.)
Member since Sat, May 6, 2023
1 Year ago
ncharm questions
Wed, Aug 18, 21, 06:36, 3 Years ago
Tue, Aug 31, 21, 16:21, 3 Years ago
Wed, Feb 22, 23, 03:48, 1 Year ago
;