ammgws / wshowkeys

GNU General Public License v3.0
74 stars 12 forks source link

Allow renaming keys #1

Open mpldr opened 3 years ago

mpldr commented 3 years ago

Hi, it would be great to be able to have the ability to give keys some form of alias. I am thinking along the lines of:

"space" -> " "
"ISO_Next_Group" -> "RShift"
"ISO_Prev_Group -> "LShift"
BruceLEO1969 commented 2 years ago

Hi, it would be great to be able to have the ability to give keys some form of alias. I am thinking along the lines of:

"space" -> " "
"ISO_Next_Group" -> "RShift"
"ISO_Prev_Group -> "LShift"

Indeed

evesdropper commented 1 year ago

From here, you can do so by editing main.c as described in the source.

I've made a fork with some of my own cosmetic changes here.

JasonGantner commented 2 months ago

There are several forks including @evesdropper's that add symbols:

It would be interesting to see them all merged together and having a CLI switch to enable symbols instead of names depending on needs