diff options
| author | troido <troido@protonmail.com> | 2019-01-18 18:11:04 +0100 |
|---|---|---|
| committer | troido <troido@protonmail.com> | 2019-01-18 18:11:04 +0100 |
| commit | c9744caa15350f07626676d0dc48e38be317494a (patch) | |
| tree | 5dc16e3010b702804e5248785626a2d2d709a545 /asciifarm/client/loaders.py | |
| parent | 01399d4be6f3dacb7c0bed2b84edbbc63331b83e (diff) | |
changed filenames for resource configs
Diffstat (limited to 'asciifarm/client/loaders.py')
| -rw-r--r-- | asciifarm/client/loaders.py | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/asciifarm/client/loaders.py b/asciifarm/client/loaders.py index 8330e0e..fef4769 100644 --- a/asciifarm/client/loaders.py +++ b/asciifarm/client/loaders.py @@ -6,7 +6,7 @@ import json standardKeyFiles = { - "default": os.path.join(keybindingsPath, "keybindings.json"), + "default": os.path.join(keybindingsPath, "default.json"), "azerty": os.path.join(keybindingsPath, "azerty.json") } @@ -32,8 +32,10 @@ def loadKeybindings(name): standardCharFiles = {name: os.path.join(charmapPath, file) for name, file in { - "default": "default.json", - "fullwith": "fullwidth.json", + "default": "halfwidth.json", + "halfwidth": "halfwidth.json", + "hw": "halfwidth.json", + "fullwidth": "fullwidth.json", "fw": "fullwidth.json", "emoji": "emoji.json" }.items()} |
