Skip to content

Instantly share code, notes, and snippets.

@olslash
Created August 10, 2014 23:23
Show Gist options
  • Save olslash/25ca5be554fca1689762 to your computer and use it in GitHub Desktop.
Save olslash/25ca5be554fca1689762 to your computer and use it in GitHub Desktop.
T9 blogpost - 1
var keys = {
'a': 2, 'b': 2, 'c': 2,
'd': 3, 'e': 3, 'f': 3,
'g': 4, 'h': 4, 'i': 4,
'j': 5, 'k': 5, 'l': 5,
'm': 6, 'n': 6, 'o': 6,
'p': 7, 'q': 7, 'r': 7, 's': 7,
't': 8, 'u': 8, 'v': 8,
'w': 9, 'x': 9, 'y': 9, 'z': 9
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment