I'm trying to configure the Apple Keyboard so that the "fn" key and the "ctrl" key are swapped. So far I swapped the "cmd" and "alt" key, the "°" and "<" key using xmodmap. Information for that can be found comparatively easy.
Unfortunately xev does not give any output for the fn key, for all the other's it does.
Does anybody have a solution for that, without me having to recompile my own kernel (this is a machine from work so I can't change the system, though I can do whatever I want in the user space). The solution with recompiling the kernel can be found here: Linux: Apple Wireless A1314 Fn key not registered, looks like software bug
My kernel is the 2.6.37.6-0.20-desktop kernel from the OpenSUSE repository, under a OpenSUSE 11.04 32bit.
Update: I found out here, that the fn-key has the keycode 464 (showkeys detects it). Unfortunately this is bigger than 255 which means it can appearently not be mapped with xmodmap.
udev
, which I believe SuSE should also support. – user3096626 Aug 08 '17 at 13:06