GNOME Bugzilla – Bug 683567
Add new "Show Help window" to pad buttons mapping
Last modified: 2012-12-20 10:26:47 UTC
Once bug 679062 which adds the OSD Help window is approved, this new action needs to be added to the list of actions in the UI as well.
Created attachment 223757 [details] [review] Proposed patch
Created attachment 225829 [details] [review] Updated patch
Review of attachment 225829 [details] [review]: You need to bump the gnome-settings-daemon req for the new enum. Looks fine to go in when the g-s-d patch does though.
Add dependency on libwacom 0.7 bug as well since we would not list the on-screen help action in the list of possible actions if the device does not have a layout in libwacom.
Created attachment 230745 [details] [review] Updated patch This patch uses the new libwacom 0.7 API to check if the device has a layout available and would not list the on-screen help as an action if no layout is provided by libwacom for that given device.