[mcclim-devel] :pointer-button (:left :shift) bug?
Kilian Sprotte
kilian.sprotte at googlemail.com
Wed Jan 3 21:29:01 UTC 2007
Hi,
am playing around with various pointer gestures. While everything seems to
work :), I dont get :pointer-button (:left :shift) to do any action...
I was testing with clx_0.7.3 and mcclim-0.9.3 as well as mcclim CVS on
osx and ubuntu on sbcl (of course).
So, all these are fine:
(define-gesture-name :delete3 :pointer-button (:left :control))
(define-gesture-name :delete4 :pointer-button (:left :meta))
and even:
(define-gesture-name :delete7 :pointer-button (:left :control :shift))
But here is nothing happening here:
(define-gesture-name :delete2 :pointer-button (:left :shift))
Is this combination for some reasons impossible?
I tried tracing down this a little, but I dont think, I will actually
manage, sorry.....
Thanks for any comments,
Kilian
More information about the mcclim-devel
mailing list