mbien commented on PR #6434: URL: https://github.com/apache/netbeans/pull/6434#issuecomment-1714809758
took me a while to realize that the "..." button transforms into a dropdown button which opens the special buttons popup and that mouse buttons don't automatically resolve into a value when you press edit. But I think it works. I mapped `MOUSE_BUTTON6` and `7` which is forward/back on my mouse to comment and uncomment and it worked. Tried the same with 4/5 which are mouse wheel left/right and it worked too. Using logitech G502 which has a few buttons. (what confused me initially was that `xev -event button | grep button` uses different button numbers than java does, so either the linux distribution or java must map them somehow) btw what is the forward/back action? -- 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
