Josh Goebel

Results 1734 comments of Josh Goebel

What should happen: - You Alt-Grave, set_dead_key_char is turned on to 0x60 (as the very last step) - the next key you press will SEARCH ALL, and execute one So...

> Maybe this is the secret I was not referring to the order of the command sequence. That should be irrelevant since no input happens while commands are running anyways.

I'll test tomorrow and see if I can get this working.

Ok, it indeed works, but I'm not sure why you've started so complex. First lets get it working, then make it more complex. I'm not sure if any state is...

IE, `set_dead_key_char` doesn't need to DO That... because doing that inside the configuration makes zero sense... it needs to return a function to do that LATER, while Keyszer is running.

Oh, this dead key stuff is pretty nifty too! 💙💙💙

> is that helpers need to return FUNCTIONS... I wonder if we could make this mistake hard to make somehow... hmmm...

As part of this `escape_next_key` might need to be redesigned to not use a pseudo-keymap... right now you can't really use escape_next_key inside a keymap becasue doing so also implies...

Probably just a matter of adding a `\bor` rule prior to the string rule... or would it be simpler to add `\b` to the string prefixes perhaps, forcing them to...

See the docs for `keyword`, you can pass a hash instead with multiple arrays of keywords for every key... so you'd just add a `type` key to `keywords`... lots of...