Fn-combos to play etc. with nbsmi-backend. It might be of some use to
others, but I don't think this is something that should go into trunk by
default.
--- /dev/null
+This patch maps some extra Fn+key combinations to keycodes for multimedia
+keyboards and only works for the nbsmi-backend. It might be useful if you
+want to control some mediaplayer while working with other applications.
+
+Following combinations are mapped:
+Fn+Y => Previous song
+Fn+X => Play/pause
+Fn+V => Stop CD
+Fn+B => Next song
\ No newline at end of file
--- /dev/null
+--- nbsmi.c~ 2007-01-12 15:25:18.000000000 +0100
++++ nbsmi.c 2007-01-12 15:25:18.000000000 +0100
+@@ -424,6 +424,10 @@
+ { KEY_F8, KEY_WLAN},
+ { KEY_F9, KEY_FN_F9},
+ { KEY_SPACE, KEY_ZOOM},
++ { KEY_Y, KEY_PREVIOUSSONG},
++ { KEY_X, KEY_PLAYPAUSE},
++ { KEY_B, KEY_NEXTSONG},
++ { KEY_V, KEY_STOPCD},
+ { 0,0},
+ };
+