daitj / gnome-display-brightness-ddcutil

Display brightness slider for gnome shell using ddcutil backend
GNU General Public License v3.0
309 stars 38 forks source link

Brightness media keys support #110

Closed azmeuk closed 1 year ago

azmeuk commented 1 year ago

Thank you for this great extension. Some keyboards have media keys dedicated to screen brightness. The shortcut selection dialog did not react on these key pressing so I could not bind the brightness to these keys.

Igetin commented 1 year ago

I think this is basically a duplicate of issue #109. Your keys should work if you use a modifier key with them. For example, hold Alt and then press the key:

image

The problem is that the shortcut editor does not seem to allow single-key shortcuts at the moment.

azmeuk commented 1 year ago

Nice catch.