15 Aug
2008
15 Aug
'08
6:06 p.m.
On Aug 15, 2008, at 03:55, John Koren wrote:
Hi Jeremy
Thanks for making progress on the 3-button mouse emulation.
As Martin said,
"ctrl-alt-click" = "ctrl-button2" - that's great!
Actually, it's ctrl-alt-button2 (0x20c) state: 0x200 - button2 0x400 - button3 0x004 - control 0x008 - alt 0x010 - command
"ctrl-cmd-click", however, does not produce "ctrl-button3" as it should.
It's ctrl-cmd-button3 (0x414) There is no inconsistency.