Twitch

Twitch is the world's leading video platform and community for gamers.

Twitch

@charliemac
I think I normally add gestures when I am making clim commands. For example

(define-application-frame foo () ())

(define-foo-command (com-my-gesture :keystroke (#\y :meta :control))
()
(print "C-M-y pressed" *debug-io*))

though I guess this is high level whereas you are doing low level IME integration work.