made fullwidth character set the default

This commit is contained in:
troido 2019-09-18 19:53:53 +02:00
parent c55635b577
commit 9eefb4a460
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ def loadKeybindings(name):
standardCharFiles = {name: os.path.join(charmapPath, file) for name, file in {
"default": "halfwidth.json",
"default": "fullwidth.json",
"halfwidth": "halfwidth.json",
"hw": "halfwidth.json",
"fullwidth": "fullwidth.json",