gonzaarcr / Fildem

Fildem global menu
GNU General Public License v3.0
802 stars 86 forks source link

Alt+Hotkey shows a popup but does not make it active #68

Open Suor opened 3 years ago

Suor commented 3 years ago

This prevents from using hotkeys to navigate menus. I.e. Alt-P, D to add a folder to a project in Sublime Text. There is a workaround - press a down button, that makes popup active and hotkeys underlined, so it's Alt-P, Down, D for me.

Another thing, not sure it's connected is that main menu item doesn't appear to be selected in any way (aside from popup being visible).

Information

$ lsb_release -a
LSB Version:    core-11.1.0ubuntu2-noarch:security-11.1.0ubuntu2-noarch
Distributor ID: Ubuntu
Description:    Ubuntu 20.10
Release:    20.10
Codename:   groovy
$ apt show gnome-shell | grep Version
Version: 3.38.2-1ubuntu1~20.10.1

Screenshot from 2021-05-03 11-20-50

gonzaarcr commented 3 years ago

I can confirm the begaviour, gonna take a look.

For the highlight you can comment the last line of global_menu.py, the one that calls self.window.make_transparent().