Skip to content

Instantly share code, notes, and snippets.

@Driim
Created April 4, 2020 14:39
Show Gist options
  • Select an option

  • Save Driim/fc1a179e05fc748082516d71e626b5ff to your computer and use it in GitHub Desktop.

Select an option

Save Driim/fc1a179e05fc748082516d71e626b5ff to your computer and use it in GitHub Desktop.
Example of keys mapping file
{
"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