CLARIFICATION: Is there a easy/simple way to change the default mask (ALT on my system) so that things like JMenu's don't, by-default, utilize the default mask + mnemonic (ALT + VK_A, for example) for access? Or is this something that should only be done via custom keybindings?
The default mouse-less modifier is ALT, and is defined (I believe) by the Look-n-Feel. As much as I've heard, defining a unique Look-n-Feel is not trivial, and so it's not something I'm ready to approach.
However, I'm wondering if there's a simple or easily-accessible way to modify the default mouse-less modifier to something other than ALT.
I'm working through the Java tutorials and noted that the default mouse-less modifier applies to menu's, and I couldn't find a way to change that to something else (is there a way to perhaps set an ActionEvent Mask to shift/ctrl which would override the use of ALT?).