Index: /trunk/src/VBox/Devices/Input/DevPS2.cpp
===================================================================
--- /trunk/src/VBox/Devices/Input/DevPS2.cpp	(revision 26689)
+++ /trunk/src/VBox/Devices/Input/DevPS2.cpp	(revision 26690)
@@ -854,5 +854,5 @@
     LogRel3(("%s: cx1=%d, cy1=%d, fButtons=0x%x\n", __PRETTY_FUNCTION__,
              cx1, cy1, fButtons));
-    b[0] = 4 /* Screen is being touched */ | fButtons;
+    b[0] = fButtons;
     Assert((b[0] & 0xf8) == 0);
     kbd_queue(s, b[0], aux);
