Skip to content

Instantly share code, notes, and snippets.

@philippeback
Created September 10, 2014 14:50
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 philippeback/e558aa859f183e6d080a to your computer and use it in GitHub Desktop.
Save philippeback/e558aa859f183e6d080a to your computer and use it in GitHub Desktop.
Keymapping tricks
KMLog setDebug.
KMRepository reset.
KMCategory allInstances collect: [ :k | k name ].
KMCategory allInstances select: [ :k | k name = #twmShortcuts ].
KMBuilder#setAsGlobalCategory: #xyz
#xyz asKmCategoryIn:
KMRepository categoryForName: #xyz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment