View Single Post
Posts: 1,101 | Thanked: 1,185 times | Joined on Aug 2008 @ Spain
#166
Originally Posted by Addison View Post
Hey Mac, I've been using this cute little script extensively for quite some time. It always worked 100% of the time.
http://talk.maemo.org/showthread.php?t=70091

Since installing DT now, many times it just goes back to the same screen I was on.

It's almost like my hardware keys are automatically doing a double tap or something.

Can you explain this?
There is nothing in DT that would affect X or key mappings, and in fact, I've run a couple of tests with xev first and xbindkeys later and found no repeated key events, as expected.
xbindkeys is very tricky with its xbindkeysrc file format, and any error like a missing/extra space means both scripts get executed at the same time, producing the observed behavior.

By the way, a simpler and cleaner way to achieve the same would be this .xbindkeysrc
Code:
"matchbox-remote -next"
    F7

"matchbox-remote -prev"
    F8
 

The Following User Says Thank You to maacruz For This Useful Post: