Quoting Ciprian Popovici <[EMAIL PROTECTED]>: > #!/bin/sh > echo -e "MotionNotify 1023 350\nButtonPress 3\nButtonRelease 3" |\ > xmacroplay :0.0 > >[...] > Only one little annoyance: it works great when run from a terminal. BUT > when run from bbkeys, either directly or via a shell script, it will popup > the menu but the keys will still be bound to the last active window.
I think it needs some kind of "X presence" in order to work correctly. bbkeys runs and executes commands in the background, on a text console. If I run the above command from an open aterm, or if I user `aterm -e` from bbkeys, it works as expected. Not sure how to force that "X presence". Perhaps if I could find a tool that will open an invisible X window briefly just for the purpose of executing a command... -- Ciprian Popovici -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED] List archives: http://asgardsrealm.net/lurker/splash/index.html
