On Mon, Feb 19, 2024 at 8:41 AM Omar Polo <[email protected]> wrote: > > On 2024/02/19 07:34:01 +0000, Ioan Samarul <[email protected]> wrote: > > Hello to you all! > > > > Is it possible to define something like <Fn>-<F9> in cwm configuration > > file? The function key combination from my laptop are not recognized > > so I try to create a hack by using a script that does the same thing > > (volume/brightness up/down). > > Not exactly, fn is not a modifier key for what Xorg can see, unlike > shift/ctrl/mod1/... (AFAIK) > > What you can try to do is to run xev, press <Fn>-<F9> and see what key > it is being reported, than bind that.
Thank you so much! After some work I manage to have a part of them mapped.

