Enhance dconf.ini with new keybindings for improved user experience
This commit is contained in:
parent
ef70895ac2
commit
05a8b57b31
|
@ -407,11 +407,21 @@ toggle-tiling-popup=@as []
|
|||
name='Fluent-round-Dark'
|
||||
|
||||
[shell/keybindings]
|
||||
# Super n to open notification tray. Clear the default keybinding.
|
||||
focus-active-notification=@as []
|
||||
# Super + Print to start screen recording
|
||||
# Shift + Print to take a screenshot of the whole screen
|
||||
# Alt + Print to take a screenshot of the current window
|
||||
# Print to take a screenshot interactively
|
||||
# Super + Shift + S to take a screenshot of a region
|
||||
show-screen-recording-ui=['<Super>g']
|
||||
# Avoid the user opening Gnome's application menu
|
||||
toggle-application-view=@as []
|
||||
# Super n to open notification tray
|
||||
toggle-message-tray=['<Super>n']
|
||||
# Super + Tab to overview
|
||||
toggle-overview=['<Super>Tab']
|
||||
# Super + A to open quick settings
|
||||
toggle-quick-settings=['<Super>a']
|
||||
|
||||
[shell/overrides]
|
||||
|
|
Loading…
Reference in New Issue