karaconv icon indicating copy to clipboard operation
karaconv copied to clipboard

Converter from Karabiner to Karabiner-Elements text configuration format

Results 6 karaconv issues
Sort by recently updated
recently updated
newest added

I'm trying to convert my xlm I used in the old karabiner and I got the following error: ./karaconv -i ~/OneDrive/Documents/emacs/karabiner/private.xml -o ~/.config/karabiner/karabiner.json thread 'main' panicked at 'called `Result::unwrap()` on...

I installed karaconv and tried to run it on [my private.xml](https://github.com/nikitavoloboev/dotfiles/blob/master/karabiner/private.xml) config file. I got this error: ```bash ❯ karaconv -i private.xml -o private.json thread 'main' panicked at 'called `Result::unwrap()`...

I only used the default options in Karabiner. I'm attempting to copy them into a private.xml and convert them to the JSON format. In my first attempt I've made it...

... otherwise pretty cryptic. Especially in combination with the apparent whitespace sensitivity.

`msg: "Not a key code: ModifierFlag"` when interpreting `--KeyToKey--` rules with more than one ModifierFlag.

While trying to convert my Karabiner XML file I received the following error: > thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: missing field `appendix`', libcore/result.rs:945:5 > note:...