neilcsmith-net opened a new pull request, #6434: URL: https://github.com/apache/netbeans/pull/6434
This PR adds support for binding the back and forward buttons on a mouse to the back and forward code navigation actions, as requested in #5728 (and https://bz.apache.org/netbeans/show_bug.cgi?id=70961 ) This PR also allows binding extended mouse buttons, with or without modifiers, to any action in the keymap editor. Both mouse buttons 4 and 6 are bound to back, and 5 and 7 to forwards, due to platform differences. Triggering a dev build so we can get some testing. Yes, treating mouse buttons as keycodes might seem slightly odd, but as we're already doing that for the mouse wheel editor zoom actions, which seems even odder ... -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected] For further information about the NetBeans mailing lists, visit: https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists
