StarLabsLtd / firmware

71 stars 5 forks source link

[StarLite Mk V - Magnetic Keyboard] Certain function key combos like Alt+F4 do not work #194

Open edpenz opened 1 month ago

edpenz commented 1 month ago

Per libinput debug-events --show-keycodes certain function keys report nothing when pressed at the same time as certain modifier keys:

F4:

F6:

All other tested function key combos seem to work fine.

Tangential remarks:

All tested on stock Ubuntu 24.04 as shipped with the StarLite.

Sean-StarLabs commented 1 month ago

I'm trying to follow your list, are some just examples?

IMO any modifier key (shift, alt, ctrl, meta) combo with a function key should automatically behave as though the Fn key is also pressed, as shortcut combos with function keys are significantly more common than combos with media keys.

We can't mix and match them; that'll just be too confusing.

edpenz commented 1 month ago

I'm trying to follow your list, are some just examples?

Yes, I've edited it down for clarify. It's just left alt + fn + f4/f6 that are the two the combo that are not reported to the OS as expected.

We can't mix and match them; that'll just be too confusing.

That's understandable, but raises the importance of the function lock feature. Many OS and app shortcuts that are easy with a modifier + function key become very unergonomic when needing to press all three keys (modifier + fn + function) at once.