Index: uspace/srv/hid/input/input.c
===================================================================
--- uspace/srv/hid/input/input.c	(revision 0b63dc2113d59db4ebb4bb8aa8ed9adeb8235809)
+++ uspace/srv/hid/input/input.c	(revision df1a01912182c07c6f4f31beffd3afe14aca40ad)
@@ -236,4 +236,12 @@
 	}
 
+	if (type == KEY_PRESS) {
+		switch (key) {
+		case KC_F12:
+			console_kcon();
+			break;
+		}
+	}
+
 	ev.type = type;
 	ev.key = key;
