Skip to content

Instantly share code, notes, and snippets.

/-

Created May 20, 2015 00:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/c509dc7ab2e39c2cdaeb to your computer and use it in GitHub Desktop.
Save anonymous/c509dc7ab2e39c2cdaeb to your computer and use it in GitHub Desktop.
<context name="Desktop">
<mousebind button="Up" action="Click">
<action name="GoToDesktop">
<to>previous</to>
</action>
</mousebind>
<mousebind button="Down" action="Click">
<action name="GoToDesktop">
<to>next</to>
</action>
</mousebind>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment