diff options
| author | troido <troido@protonmail.com> | 2019-09-18 19:53:53 +0200 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2019-09-18 19:53:53 +0200 |
| commit | ee342504e3aad16f20d9e5dbdace9e3f632337ea (patch) | |
| tree | 8befbfddd046d2f845eb0ad5ac6d9a25b27ac78c | |
| parent | a0e86c082e8565a48ef14319ee3197abb71e533f (diff) | |
made fullwidth character set the default
| -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", |
