summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authortroido <troido@protonmail.com>2019-09-18 20:11:21 +0200
committertroido <troido@protonmail.com>2019-09-18 20:11:21 +0200
commit07b7b916b7a9368ffe9f349853d45142fc596172 (patch)
treec3617f2bd40b300426e4bf20979e6a09cd3a86c2
parent2e2b62f58b96d4439e7b875b5a2d1dbf50481851 (diff)
parentee342504e3aad16f20d9e5dbdace9e3f632337ea (diff)
Merge branch 'master' into ratuil
-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 9e32277..efdd1c0 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",