programmatically (maybe gsettings or dconf) change shortcut for main Cinnamon menu?

0

I am using Cinnamon with Debian 10 stable. Opening the Keyboard GUI settings app allows me to assign keyboard shortcuts for things like Show desktop and Cycle through open windows. I noticed that I can also change these programmatically using commands that begin with gsettings set org.cinnamon.desktop.keybindings.wm.

However, when right-clicking the "start" menu and selecting configure, there's an option for

Keyboard shortcut to open and close the menu.

and this is set to Super_L and Super_R by default. I was not able to find the setting for this in org.cinnamon.desktop.keybindings.wm or any of the other potential schemas. I tried gsettings monitor, but that one only monitors one schema at a time. I also tried gsettings list-recursively | grep Super, and other variations, but was not able to find the setting.

The closest thing I could find was org.cinnamon.muffin.keybindings panel-main-menu, but that key seems to do nothing no matter what I set it to, and from gsettings describe it says that org.cinnamon.muffin.keybindings is deprecated in favor of org.cinnamon.desktop.keybindings.wm.

Which gsettings schema is this "open or close the main menu" shortcut key in, if any? If none, is there another way to change this specific shortcut programmatically?

xdavidliu

Posted 2020-01-31T22:18:52.053

Reputation: 255

No answers