alols / xcape

Linux utility to configure modifier keys to act as other keys when pressed and released on their own.
GNU General Public License v3.0
2.1k stars 117 forks source link

Make xcape [file] work like xmodmap [file] #74

Open michaelmrose opened 7 years ago

michaelmrose commented 7 years ago

Basically xmodmap supports interactive use with -e like xcape but also allows you to create a file with each line being similar to what you would pass in via -e. Thus instead of making say a super long expression listing 6 keys is easy to have a singular file and add to or edit it.

tkaden4 commented 6 years ago

I've taken care of this in my fork. I'm just doing some touching up but it should cover the functionality you are looking for.