From ee342504e3aad16f20d9e5dbdace9e3f632337ea Mon Sep 17 00:00:00 2001 From: troido Date: Wed, 18 Sep 2019 19:53:53 +0200 Subject: made fullwidth character set the default --- asciifarm/client/loaders.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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", -- cgit