• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Function Key Lock in Linux?

WobbleWobble

Diamond Member
I have a MS Natural Multimedia Keyboard and the Print Screen/Insert button share the same key. I have to have function lock on in order to use the Insert button, which I find I need pretty often in Linux. F1-F12 have the same problem, they're remapped to "Help", "Undo", "Redo" etc.

I know there's a patch for Windows http://www.mvps.org/jtsang/flock.html. But is there anything for Linux (Ubuntu)?
 
You can remap those keys in X. It's done through xmodmap(1), but I'm sure there's frontends for it.

It can also be done for the console, and if your function keys need it, it's probably a good idea. Use loadkeys(1).
 
Back
Top