diff options
Diffstat (limited to 'asciifarm/client/loaders.py')
| -rw-r--r-- | asciifarm/client/loaders.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/asciifarm/client/loaders.py b/asciifarm/client/loaders.py index d3d7ed1..488ccf9 100644 --- a/asciifarm/client/loaders.py +++ b/asciifarm/client/loaders.py @@ -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", |
