I also have the same problem, I'm trying to use the following w/o success:
------------------------------------------
if (shift == 1) and (mouseleft == 1) do
win.debug("shift and mouseleft are pressed") ;; doesn't work
else
win.debug("test")
endif
------------------------------------------
