Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Where to put mods? #2

Closed
noctuid opened this issue Feb 6, 2017 · 1 comment
Closed

Where to put mods? #2

noctuid opened this issue Feb 6, 2017 · 1 comment

Comments

@noctuid
Copy link

noctuid commented Feb 6, 2017

If I add a permutation to my file, i get an error when running klfc --from-json .colemak-DH-custom.json --xkb xkb: klfc: parse fail in .colemak-DH-custom.json: Error in $: unknown key ‘permutation’. I've tried putting the default permutation right after name and I get the same error:

...
    "name": "colemak_dh_custom",
    "permutation": [
        [ "Y", "U", "I", "O", "P", "[" ],
        [ "H", "J", "K", "L", ";", "'" ],
        [ "N", "M", ",", ".", "/", "]" ],
        [ "]", "'", "\\" ]
    ],
...

It works fine if I remove the permutation. This happens even with the example colemak file, so it's not a problem with my specific configuration. I installed manually with cabal if it matters.

@noctuid noctuid changed the title Permutation not working Where to put mods? Feb 6, 2017
@noctuid
Copy link
Author

noctuid commented Feb 6, 2017

My bad, I figured out the syntax; should have read the documentation closer before making an issue.

@noctuid noctuid closed this as completed Feb 6, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant