Index: uspace/drv/usbhid/multimedia/keymap.c
===================================================================
--- uspace/drv/usbhid/multimedia/keymap.c	(revision 8fb45e08375115c08132940a6f486ceaa3e3f374)
+++ uspace/drv/usbhid/multimedia/keymap.c	(revision 3c9eb46fa82f846ca61766409d7a28376d3a81e2)
@@ -52,13 +52,13 @@
 	[0xb7] = 0,       /* Stop */
 	[0xb8] = 0,       /* Eject */
-	[0xcd] = KC_F2,   /* Play/Pause */
-	[0xe2] = KC_F3,   /* Mute */
-	[0xe9] = KC_F5,   /* Volume Increment */
-	[0xea] = KC_F4,   /* Volume Decrement */
-	[0x183] = KC_F1,      /* AL Consumer Control Configuration */
+	[0xcd] = 0/*KC_F2*/,   /* Play/Pause */
+	[0xe2] = 0/*KC_F3*/,   /* Mute */
+	[0xe9] = 0/*KC_F5*/,   /* Volume Increment */
+	[0xea] = 0/*KC_F4*/,   /* Volume Decrement */
+	[0x183] = 0/*KC_F1*/,      /* AL Consumer Control Configuration */
 	[0x18a] = 0,      /* AL Email Reader */
 	[0x192] = 0,      /* AL Calculator */
 	[0x221] = 0,      /* AC Search */
-	[0x223] = KC_F6,      /* AC Home */
+	[0x223] = 0/*KC_F6*/,      /* AC Home */
 	[0x224] = 0,      /* AC Back */
 	[0x225] = 0,      /* AC Forward */
