Skip to content

Instantly share code, notes, and snippets.

@zc00gii
Created August 23, 2010 14:58
Show Gist options
  • Save zc00gii/545642 to your computer and use it in GitHub Desktop.
Save zc00gii/545642 to your computer and use it in GitHub Desktop.
match (event key keysym unicode) {
case 'q' =>
"q" print()
case 'Q' =>
"Q" print()
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment