On 2024/03/09 12:53 AM, Dr. Nikolaus Klepp via tde-users wrote:
Hi all!
Does anybody know which part of TDE controls XF86RaiseVolume / XF86LowerVolume? I need to
remap these 2 keys to XF86LaunchA / XF86LaunchB but TDE always answers with the OSD volume
bar, even when I remap the beys with xmodmap ...
Nik
Hi Nik,
tqt3 maps XF86XK_AudioRaiseVolume to TQt::Key_VolumeUp and equivalently for
XF86XK_AudioLowerVolume. Those TQt keys are
then used by KMilo to control the volume up/down and the related OSD visualization.
Hope this helps
Cheers
Michele