|
From: <li...@ba...> - 2009-01-24 16:39:04
|
Hi! Yan Seiner "ya...@se..." wrote: > I got a cheap USB IR remote that emulates a keyboard. On some keys it > sends out several characters. The problem is that these are seen as > multiple button pushes, even if I have flags = quit set... [...] > output from irexec - for some reason, the A and 1 keys are seen as > separate key strokes AND the whole FA pattern is also seen - in spite of > using the quit flag.... But this doesn't happen with the NoClue key. What do you expect to happen? The quit flag is only evaluated at the end of the sequence. It works for the NoClue key because the sequence ends with Tab. The FA sequence ends with F1, not with A or 1. If you want only A and 1 to be executed, you have to place them before the FA sequence, but then FA never will be executed. It's not a bug, it's a "feature". Christoph |