Skip to content

Instantly share code, notes, and snippets.

@markandey
Created February 25, 2011 12:00
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 markandey/843700 to your computer and use it in GitHub Desktop.
Save markandey/843700 to your computer and use it in GitHub Desktop.
keyboard shortcuts
[
{ 'j' : "next Item" , 'k': "prev Item" , 'v': "open Item"},
{ 's': "sneak Peek" , 'z': "zoom-In" , 'x': "zoomOut", 'd': "change Color", 'w': "changeFont"},
{ 'n': "decrease width", 'm': "increase width"},
{ 'c': "configuration", 'f':"share on Facebook", 't': "share on twitter"}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment