GNOME Bugzilla – Bug 663431
keyboard: Remove support for conditional shortcuts
Last modified: 2012-02-26 21:06:43 UTC
See patch.
Created attachment 200713 [details] [review] keyboard: Remove support for conditional shortcuts Keyboard shortcut definitions could specify a condition to determine whether it should be shown in the UI or not. This was only used by Metacity/Mutter, to make the visibility of some shortcuts depend on the number of workspaces. However, as workspaces are now managed dynamically in GNOME 3, the frequent changes to the list of shortcuts have become rather confusing, so a fixed list of shortcuts is used now. With the only consumer of conditional shortcuts gone, there's no reason to keep the feature around.
Review of attachment 200713 [details] [review]: Looks good.
Created attachment 201201 [details] [review] keyboard: Stop monitoring num-workspaces Metacity/Mutter no longer have conditional shortcuts depending on the number of workspaces, so there is no need to monitor the num-workspaces settings (and reload all keybindings). Related follow-up patch.
Comment on attachment 200713 [details] [review] keyboard: Remove support for conditional shortcuts Attachment 200713 [details] pushed as be4e40b - keyboard: Remove support for conditional shortcuts
Attachment 201201 [details] pushed as 246a44c - keyboard: Stop monitoring num-workspaces
*** Bug 670847 has been marked as a duplicate of this bug. ***