Vasili Novikov
Vasili Novikov
// http://stackoverflow.com/questions/40765221/broken-sbt-compilation-bug-or-feature
Forgot to add in the original commit message, but sourcing of the internal script was also done before the `if` check if it's gonna be sourced at all. This is...
Note: please don't merge yet, I want to do some manual testing of the script as a whole. (So far only having tested the individual lines or parts.) If the...
I think it'd make sense to "auto-collapse" ("hide" in github terminology) all "+1" comments to keep the issue discussions clean and focused. (Meanwhile I've upvoted and subscribed to the issue...
@jtroo Thanks for the response! I've updated the issue (added the debug log)
The lines pointing to kanata's intricate logic seem to be: ``` 11:02:07.1032 [DEBUG] (3) kanata_state_machine::kanata: process recv ev KeyEvent { code: KEY_D (32), value: Press } 11:02:07.1033 [DEBUG] (3) kanata_state_machine::kanata:...
UPDATE: While trying to minimize the relevant parts to the behaviour, I've found out that the key previous to the double press matters, too. It's a tap-hold key that can...
@jtroo Thanks for looking into it again! Unfortunately, this trick didn't work. Here's the debug log that I'm getting with the above definitions: ```log 09:55:10.0842 [DEBUG] (3) kanata_state_machine::kanata: process recv...
@jtroo It works! Thanks a lot! As a learning from all of this, do you think we should update the documentation for `tap-hold` to include the virtual key that releases...
@jtroo to be honest I just don't understand the full architecture (e.g. I don't understand why we need to disambiguate between keys an mods). But just to check -- creating...