As per this bug comment, shortcuts for the keyboard shortcuts overlay get pulled dynamically from user's settings.
Is it possible to change which shortcuts are included (i.e. show more of them - Alt+F9 minimizes window on my computer but it is not included)?
Asked
Active
Viewed 849 times
3
-
2There is an open (at the time of writing) bug that suggests making the overlay modifiable. https://bugs.launchpad.net/ubuntu/+source/unity/+bug/1591109 – Stefano Palazzo Jun 10 '16 at 10:15
2 Answers
2
All the shortcuts that show in the keyboard shortcut overlay are hardcoded. If you want to change or modify what shows up, you need to compile Unity from source.
In the Unity source, go to Plugins → UnityShell → src → unityshell.cpp and modify them as you wish and then build Unity from source.
My keyboard shortcut overlay modification to include the shortcut for Video lens:
1
I could patch unity as per https://bugs.launchpad.net/ubuntu/+source/unity/+bug/937334 or more specifically: https://launchpadlibrarian.net/94791764/videolensshortcut.diff

sup
- 4,862
-
That was my patch yeah. But, it needs to be refreshed since there were some other changes to that particular file. I assume you now know how to edit the overlay. :) – jokerdino May 05 '12 at 13:11
-
Yeah, I will not be recompiling Unity because of this, so I instead fill a bug about it in Launchpad, let's see if it gets rejected right away or not. https://bugs.launchpad.net/unity/+bug/995086 – sup May 05 '12 at 13:51