<html>
<head>
<base href="https://bugs.freedesktop.org/">
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Mouse taps (?) detected while typing"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102649#c43">Comment # 43</a>
on <a class="bz_bug_link
bz_status_REOPENED "
title="REOPENED - Mouse taps (?) detected while typing"
href="https://bugs.freedesktop.org/show_bug.cgi?id=102649">bug 102649</a>
from <span class="vcard"><a class="email" href="mailto:peter.hutterer@who-t.net" title="Peter Hutterer <peter.hutterer@who-t.net>"> <span class="fn">Peter Hutterer</span></a>
</span></b>
<pre>"thee cursor jumped between "t" and "ermina"." - wait, I though we're talking
about mouse taps detected?
Now that I'm reading the log again: the problem seems to be that your
trackpoint sends random motion events. This is one case of movement while
typing:
event0 KEYBOARD_KEY +15.72s *** (-1) pressed
event0 KEYBOARD_KEY +15.78s *** (-1) released
-event14 POINTER_MOTION +15.90s -0.26/ -0.09
-event0 KEYBOARD_KEY +15.91s *** (-1) pressed
event0 KEYBOARD_KEY +15.91s *** (-1) pressed
-event14 POINTER_MOTION +15.91s -0.73/ -0.29
-event0 KEYBOARD_KEY +15.98s *** (-1) released
event0 KEYBOARD_KEY +15.98s *** (-1) released
event14 is your trackpoint and it's not captured by the disable-while-typing
because that's for touchpads only. So the question now is *why* is this thing
sending the occasional movement? Are you touching it or just hammering on the
keyboard hard enough?
As for starting multiple commands at the same time, screen is your friend:
$> cat test.screenrc
zombie kr
screen ls -lR
screen echo "hello"
$> screen -c test.screenrc
Will start 2 screens with ls and echo. Adjusting this example should give you
almost exact timestamps in evemu and libinput debug-events.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>