> This sounds very cool. Did you figure out a way > to let acme move the mouse cursor the way it wants > to?
Yes: Devdraw's setmouse() is implemented. Yesterday I said: "There is just the bare minimum". I should have said: "There is almost everything if you use OS X Lion". (There is still mouse support, the alt and cmd keys still simulate mouse buttons, etc.) A thing that annoy me since yesterday is that a cut (cmd+x) immediately followed by a paste (cmd+v) leaves a "clean" Acme's window "dirty". We could maybe send a cmd+u instead of a cmd+v when the fingers remain on the tactile device between the left-swipe and the right-swipe, that Acme would interpret as "Undo", if there is no simpler way. Or we could just use another gesture to copy (cmd+c), but there would be no feedback. Another thing that annoy me is that I receive swipe-up and swipe-down events only if I disable the OS X application BetterTouchTool, that I configured to instruct Google Chrome, and Google Chrome only, to create a new tab when I swipe-up, and to close the current tab when I swipe-down. Does anyone know how BetterTouchTool is implemented? A BetterTouchTool-like 9p server might be a good solution :)