Created
August 10, 2014 23:23
-
-
Save olslash/25ca5be554fca1689762 to your computer and use it in GitHub Desktop.
T9 blogpost - 1
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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