I've searched for this question in vain. Does anyone know why the Fn key can't be assigned? The OS accepts all keys(even the keys that are set as shortcut by default, can be changed). What makes the Fn key different from other keys? Is there a way to change this behavior and use it for shortcuts?
Asked
Active
Viewed 64 times
fn
keypresses to the OS - i.e Ubuntu doesn't know it exists as an individual key - the only key events that the OS does get is when the fn key is pressed together with other keys, such as volume, brightness, etc., and those are seen as a single keypress event. You can test this withxev
in a terminal (assuming you're using xorg and not wayland) -fn
on it's own doesn't generate an event. It's just a way for laptop manufacturers to cram more stuff & features onto a single key. – Jonas Czech Jul 22 '19 at 18:49