Great INPUT zetabill !!!!
And maybe anybody can tell me how to get the keycode for "fn" ?
I am working on it. xev doesn't recognize it.
Somebody told that it's maybe recognized by acpi event? But how can I grep that?
You know what is strange? For example in order to make a screenshot on such a Dell System you'll have to press fn+F11(PrintScreen) in this case fn must be recognized
like fn+F2 so with the correct cubbi kernel and a good working hibernation script
should it be possible to get the fn+F1 working! All the F1-F12 have got keycodes but I don't know how to set them together in conjuction with fn?
Let's all have a look at what xev shows regarding the example of PrintScreen:
This is if fn+F11 is pressed:
KeymapNotify event, serial 31, synthetic NO, window 0x0,
keys: 2 0 0 0 0 0 0 0 0 0 0 0 0 4294967168 0 0
0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
KeyRelease event, serial 31, synthetic NO, window 0x2200001,
root 0x4c, subw 0x0, time 1659790257, (-357,389), root

317,418),
state 0x0, keycode 111 (keysym 0xff61, Print), same_screen YES,
XLookupString gives 0 bytes:
FocusOut event, serial 31, synthetic NO, window 0x2200001,
mode NotifyNormal, detail Notif
This is when only F11 is pressed:
KeyPress event, serial 31, synthetic NO, window 0x2200001,
root 0x4c, subw 0x0, time 1659556654, (-177,425), root

497,454),
state 0x0, keycode 95 (keysym 0xffc8, F11), same_screen YES,
XLookupString gives 0 bytes:
XmbLookupString gives 0 bytes:
XFilterEvent returns: False
So is it just keycode 111 for the fn+F11 thing?
---------
But when I tried fn+F1 nothing "really" happens... once something happend
keycode 67 was printed and the time within this output starts to run very quickly and didn't stop until I stopped it using CRTL+C.
But Keycode 67 is only F1 you can see this if you run xmodmap -pke