Thread toggling
Posted
by sid
on Stack Overflow
See other posts from Stack Overflow
or by sid
Published on 2010-06-10T13:10:02Z
Indexed on
2010/06/10
13:12 UTC
Read the original article
Hit count: 157
Hi all, In Ubuntu, I am running 2 'C' applications, When I press key up/down the applications are alternatively getting the events. What might be the problem/solution? Ex: I have 'A application' and 'B application', I launch 'A application' and press the key up/down its working fine. If I simultaneously launch 'B application' and focus is on 'B application' then pressing key up/down will toggle between 'A application' & 'B application' so 2 times I have to press the key to move on 'B application'(focus is on 'B application'). 'A application' and 'B application' are threads.
Thanks in advance-opensid
© Stack Overflow or respective owner