summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2019-09-18 19:53:53 +0200
committertroido <troido@protonmail.com>2019-09-18 19:53:53 +0200
commitee342504e3aad16f20d9e5dbdace9e3f632337ea (patch)
tree8befbfddd046d2f845eb0ad5ac6d9a25b27ac78c
parenta0e86c082e8565a48ef14319ee3197abb71e533f (diff)
made fullwidth character set the default
-rw-r--r--asciifarm/client/loaders.py2
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",