GNOME Bugzilla – Bug 728880
Stylus Button Mapping Mismatched.
Last modified: 2014-07-17 14:57:35 UTC
Mapping stylus button to "Back" will cause the mapped button to "Scroll Right", instead of going back to previous page in a file/web browser. Mapping stylus button to "Forward" will cause the mapped button to "Back" instead of going forward in a file/web browser.
Created attachment 275061 [details] [review] Fix stylus button mapping option mismatched. Glade seems to clean up some empty nodes and moving the properties around for unknown reason. Should have use a text editor to fix it directly instead.
Created attachment 281006 [details] [review] wacom: Fix styluys back/forward button assignments The list store contained the wrong values. Spotted by the.viclim@gmail.com
Thanks for the patch, I created another patch with a text editor as you advised ;) Attachment 281006 [details] pushed as c58b8b0 - wacom: Fix styluys back/forward button assignments