tuberry / color-picker

Simple color picker for GNOME Shell.
GNU General Public License v3.0
144 stars 11 forks source link

Cannot open the menu with the dedicated key #8

Closed abakkk closed 4 years ago

abakkk commented 4 years ago

The keyboard popup key is inactive.

abakkk commented 4 years ago

I tried to listen to the area 'popup-menu' signal but nothing is emitted. However, a key press event is triggered with the key value Clutter.KEY_Menu. So there is a workaround even though it's not the normal behavior.

edit: I understood, the key press signal handler does not propagate the key event.