Hello, This specific laptop has one star with s in the middle which is already handled by the driver and is assigned to key favourites. There is another button with only a star, I think it is ok to assign it to KEY_PROG1. Thanks, Gašper On Fri, 14 Mar 2025 at 12:52, Gergo Koteles <soyer@xxxxxx> wrote: > > Hi Gašper, > > On 3/13/25 23:17, Gašper Nemgar wrote: > > /* Specific to some newer models */ > > { KE_KEY, 0x3e | IDEAPAD_WMI_KEY, { KEY_MICMUTE } }, > > { KE_KEY, 0x3f | IDEAPAD_WMI_KEY, { KEY_RFKILL } }, > > + /*Star- (User Asignable Key)*/ > > Asignable -> Assignable? > Could you please add a space before/after the body of the comment? > > > + { KE_KEY, 0x44 | IDEAPAD_WMI_KEY, { KEY_PROG1 } }, > > Other Ideapads map this star key to KEY_FAVORITES, for consistency I > think it would be better if this one mapped there too. > > Thanks, > Gergo > >