Created
April 4, 2020 14:39
-
-
Save Driim/fc1a179e05fc748082516d71e626b5ff to your computer and use it in GitHub Desktop.
Example of keys mapping file
This file contains hidden or 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
| { | |
| "1": ["a", "b", "c"], | |
| "2": ["d", "e", "f"], | |
| "3": ["g", "h", "i"], | |
| "4": ["j", "k", "l"], | |
| "5": ["m", "n", "o"], | |
| "6": ["p", "q", "r", "s"], | |
| "7": ["t", "u", "v"], | |
| "8": ["w", "x", "y", "z"] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment