MNT Pocket Reform: Early Impression

I use a userspace tool, keyd, to remap my keyboard keys. I believe it works for the trackball buttons too.

I used evtest to get the names of the keys I wanted to remap, then I wrote this config file to shuffle around some of the right hand modifier and punctuation keys:

[ids]
*

[main]
rightalt = rightshift
apostrophe = semicolon
slash = apostrophe
semicolon = slash

You probably would want to replace [ids] * with the actual ID of the keyboard/trackball device to avoid buttons on other mice getting moved around. evtest also says the ID of the device.