Skip to content

Instantly share code, notes, and snippets.

@oktopus1959
Last active January 5, 2022 14:47
Show Gist options
  • Save oktopus1959/f15af45226aeff195f15796eac41c5f3 to your computer and use it in GitHub Desktop.
Save oktopus1959/f15af45226aeff195f15796eac41c5f3 to your computer and use it in GitHub Desktop.
ASCII table for KanchokuWS
{
"1", "2", "3", "4", "5", "6", "7", "8", "9", "0",
"q", "w", "e", "r", "t", "y", "u", "i", "o", "p",
"a", "s", "d", "f", "g", "h", "j", "k", "l", ";",
"z", "x", "c", "v", "b", "n", "m", ",", ".", "/",
" ", "-", "^", "\\", "@", "[", ":", "]", "\\",
}
#shift
{
"!", "\"", "#", "$", "%", "&", "'", "(", ")", ,
"Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P",
"A", "S", "D", "F", "G", "H", "J", "K", "L", "+",
"Z", "X", "C", "V", "B", "N", "M", "<", ">", "?",
" ", "=", "~", "|", "`", "{", "*", "}", "_",
}
#shiftA
{
"!", "\"", "#", "$", "%", "&", "'", "(", ")", ,
"Q", "W", "E", "R", "T", "Y", "U", "I", "O", "P",
"A", "S", "D", "F", "G", "H", "J", "K", "L", "+",
"Z", "X", "C", "V", "B", "N", "M", "<", ">", "?",
" ", "=", "~", "|", "`", "{", "*", "}", "_",
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment