Thanks for replying, stetilley -
I did make a keyboard shortcut in Menu > Settings > Keyboard > Application Shortcuts - so I deleted it.
Restarted, and tried it again, just having Super_L in mintmenu > Preferences - Keyboard shortcut.
Unfortunately, no go.
But ..... I have managed to get it working - found this:
https://bugs.launchpad.net/linuxmint/+bug/898184The post by J.Albert has worked for me:
1. Install python-keybinder
- Code: Select all
sudo apt-get install python-keybinder
2. Download this patch:
https://bugs.launchpad.net/linuxmint/+bug/898184/+attachment/3180257/+files/mintMenu.py.patch(I saved it to Downloads folder, and then as root copied it to /usr/lib/linuxmint/mintMenu, then backed up the original mintMenu.py before proceeding)
3. Apply the attached patch to mintMenu.py
- Code: Select all
cd /usr/lib/linuxmint/mintMenu
sudo patch mintMenu.py mintMenu.py.patch
4. Logged out/in.
Of course, I used
Super_L, not <Control>Super_L like in the post.
So, solved for me as well now
caribriz
Edit: the command given initially - sudo patch /usr/lib/linuxmint/mintMenu/mintMenu.py mintMenu.py.patch
was incorrect. I copied/pasted it direct from the link. Sorry for any confusion caused.

The edited instructions above did work for me.