[rc/{sway,X}] add custom keyboard layout, mapping Menu to Alt_R
authorAmin Bandali <amin@gnu.org>
Tue, 18 Sep 2018 05:53:19 +0000 (01:53 -0400)
committerAmin Bandali <amin@gnu.org>
Tue, 18 Sep 2018 13:36:20 +0000 (09:36 -0400)
commitd716e61e25683caccb5409b900f9386d22c26280
tree09667b6c1305475f83a7a57945e7f2f39cf25c4c
parent11a97c6847ba346367987bae67c28ea3613c595a
[rc/{sway,X}] add custom keyboard layout, mapping Menu to Alt_R

back when i wasn't on wayland, i used to use xmodmap to remap the menu
key to right alt, xmodmap -e "keycode 135 = Alt_R", since, as it turns
out, setxkbmap doesn't have an option for that.

there being no xkb option for changing menu into right alt meant i was
stuck with it on sway, since setxkbmap is X-specific.

figuring out how to write my own xkb rules was "fun".  at first i did
a separate aminb file containing aminb:menu_ralt (à la altwin:menu);
but decided it would be simpler to just define my own us(basic)-based
layout and make all the changes there.

also, no need to map right control to right alt using ctrl:rctrl_ralt
anymore.
rc.org