Add tab,newline and space

This commit is contained in:
lordwelch 2017-11-07 14:37:37 -07:00
parent cd28bee157
commit 586e3d2010
2 changed files with 24 additions and 0 deletions

View File

@ -374,5 +374,17 @@
"~": {
"modifier": "00000010",
"decimal": 53
},
"\t": {
"modifier": "00000000",
"decimal": 43
},
"\n": {
"modifier": "00000000",
"decimal": 40
},
" ": {
"modifier": "00000000",
"decimal": 44
}
}

View File

@ -374,5 +374,17 @@
"~": {
"modifier": "00000010",
"decimal": 53
},
"\t": {
"modifier": "00000000",
"decimal": 43
},
"\n": {
"modifier": "00000000",
"decimal": 40
},
" ": {
"modifier": "00000000",
"decimal": 44
}
}