Open GoogleCodeExporter opened 9 years ago
Just found this in sys/emu/Nt/win.c
if(wparam & MK_RBUTTON)
if(wparam & MK_CONTROL)
b |= 2; //simulate middle button
else
b |= 4; //right button
If ctrl is to be used instead of shift, It is fine with me :). I was thinking of
plan9 bindings.
Original comment by blufox
on 2 Feb 2010 at 6:14
I tried both ctrl and shift in the linux acme, neither works there.
Original comment by blufox
on 27 Jan 2013 at 9:38
Original issue reported on code.google.com by
blufox
on 1 Feb 2010 at 11:12