Add options to customize context menu

gh-1858 gh-1926 gh-2005 gh-2151
This commit is contained in:
Charles Gagnon
2025-02-20 17:59:09 -05:00
parent f9662e6931
commit 7fc23f516d
5 changed files with 339 additions and 200 deletions

View File

@@ -688,6 +688,29 @@
<summary>Action when scrolling over the panel</summary>
<description>Set the action that is executed when scrolling over the panel</description>
</key>
<key type="s" name="context-menu-entries">
<default>'
[
{
"title": "Terminal",
"cmd": "gnome-terminal"
},
{
"title": "System monitor",
"cmd": "gnome-system-monitor"
},
{
"title": "Files",
"cmd": "nautilus"
},
{
"title": "Extensions",
"cmd": "gnome-extensions-app"
}
]'
</default>
<summary>User defined context menu entries</summary>
</key>
<key type="i" name="scroll-panel-delay">
<default>0</default>
<summary>Delay between panel mouse scroll events</summary>