Button Mnemonic conflict with menu item

Hi

I have a button that i create with a mnemonic like this:
button = gtk_button_new_with_mnemonic ("_Validate");

But when I press Alt + V it doesn’t press the button, instead it opens
the “View” menu. What can I do? beside i guess trying to change the
mnemonic of the View menu. Is there a key combination I can do in order
to “activate” the button.

Thanks

Nothing. Mnemonics should not conflict, and it’s up to you to ensure they don’t.

1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.