Dougiedee13 / gnome2-globalmenu

Automatically exported from code.google.com/p/gnome2-globalmenu
GNU General Public License v2.0
0 stars 0 forks source link

"mnemonic keys" feature will disable the application shortcut key #559

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago

------------------------

What steps will reproduce the problem?
1. Start firefox, now you can focus the location bar by key "Alt + D"
2. Start gedit , 
3. Activate  the firefox window, now, you can not focus the location bar by
key "Alt + D" in firefox
4. Close the gedit 
5. Run command "nautilus /tmp"
6. Activate firefox window, now , you can focus the location bar by key
"Alt +D" again.

What is the expected output?
the firefox's shortcut key "Alt+D" will always work.

What do you see instead?
I found the last active window's mnemonic keys will disable the current
window's shortcut key. for example: the gedit's menu "Document" will
disable the firefox's "Alt +D" shortcut.

What version of the Global Menu are you using? On what operating system?
0.7.9 on ubuntu 9.10

What version of Vala are you using? (if your Global Menu is built from git)
0.7.6

Please provide any additional information below.
If I disable the feature "mnemonic keys" , the firefox's "Alt+D" will
always works.
and the 'export GTK_MENUBAR_NO_MAC="firefox"' will not take effect.

Original issue reported on code.google.com by xiangchu...@gmail.com on 26 Dec 2009 at 2:47