Additional Info on Mouse Gestures
Posted in UX, VSTS, blackpearl on June 2, 2008 by sidersddI blogged earlier on Mouse Gestures in K2 blackpearl. Anthony Petro from K2 sent me some additional information about configuring the gestures. In the \bin\configurationmanager.config file of your blackpearl install folder there is a <wizards> section where all of the wizards are configured. Here you can register a Mouse Gesture to trigger the startup of a wizard. For example, for the Default Activity wizard you will find the following configuration code:
<wizards> … <wizard text=”Default Activity” … > <settings> … <add key=”MouseGestures” value=”A,O” />
In looking at the default configuration in this file, the default Mouse Gestures appear to be:
A, O - Default Activity
C - Default Client Event
M - Mail Event
P - InfoPath Client Event
S - Default Server Event (Code)
W - Default Server Event (Workflow)
In my previous post I also indicated it would be interesting to see this gesturing approach carried into other designers in Visual Studio. It appears someone has already worked on this integration in the Mouse Gestures Add-In for Visual Studio out on CodePlex. The add-in utilizes the more generalized Mouse Gestures for .NET component, which can be used to add mouse gesturing to any .NET application you write. When I have time, I’ll be digging into these more.
RSS Feed

