donniebreve

Results 26 comments of donniebreve

I recently added something in the macos port to achieve this (turned out to be fairly simple). Going to reopen this one.

> I would like to see a better explanation of what remap does in the configuration file (as it is with the other table headers ([...])). What would you like...

> Xmodmap only binds symbols to keycodes. After some cursory research, I noticed this too. I will move forward with the proposed changes, i.e. moving the remap layer to the...

Sure, let's merge this in until I get some motivation to rewrite some things.

The plan is to eventually have all the keys configurable from a conf file. I think your specific request would be to emit a modifier key and then a regular...

You should be able to remap space+h->enter now. The modifier key that coderyangyang asked for still needs some work.

The [repo](https://github.com/tbocek/dvorak) I forked initially does something similar to what you are asking for, so it is possible. I will take a look at it.

Didn't mean for this to close, as it's not completely fixed. From what I can tell, doing what you originally asked for would be very difficult. I will still look...

Completely agree, and the way the dvorak project does it is by creating a new instance of the application for each keyboard that appears.

If we go the path of spawning a new instance for each keyboard, then you would follow the dvorak project and use systemd triggers, which I am not very familiar...