Berwyn Hoyt

Results 13 comments of Berwyn Hoyt

I agree that there should at least be an option. Currently MarkText mis-renders a huge number of README markdown files from github. Very nice tool, but this is preventing me...

I meant to ask: **would you consider a pull request** if I made one that adds an xremap installer like the one I have created in the [Wordstar key mappings...

The above is a nice-to-have, but the following is more necessary since the workaround doesn't work for it. The workaround doesn't work for second-level keys. I present a cut-down but...

Hi Takashi. Thanks for taking the time to look at this. I'll try to explain better. The problem need is conceptually very simple: there needs to be _specific_ key overrides...

I'm not sure you'll be able to see the extent of the problem with an even more cut-down config, but here it is: ``` virtual_modifiers: CapsLock keymap: # app-specific overrides...

Good point. For my use case having just two priority levels would suffice, but you are right that priority is more powerful. We could specify priority level, but order works...

Sure. Here's a simple example. The last line is the critical bit: ``` virtual_modifiers: - CapsLock keymap: - name: Wordstar-Keys remap: # Cursor CapsLock-s: {with_mark: left} CapsLock-d: {with_mark: right} CapsLock-e:...

I should clarify that for this to work, default action takes place *in addition* to letting the key output its usual key. Perhaps it would be more generally useful to...

Your first code block is what I intended, but having the option to do either or both would actually be better. But don't forget _orginal_key from [this comment](https://github.com/k0kubun/xremap/issues/178#issuecomment-1257335054) (i.e. both...

Tieske, I found your .md template to be very helpful in drafting my own markdown template. Yes, the built-in one is too simplistic. But regarding your question on the escape...