ftp -o - https://jcs.org/move_in | sh -
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

xmodmap: use right alt for modifier

+13 -14
+13 -14
.xmodmap
··· 1 - ! turn caps lock into a control key 2 - remove Lock = Caps_Lock 3 - remove Control = Control_L 4 - keysym Caps_Lock = Control_L 5 - add Lock = Caps_Lock 6 - add Control = Control_L 1 + ! turn search key into control 2 + remove mod4 = Super_L 3 + add Control = Super_L 7 4 8 - ! map previous and next buttons on the thinkpad to pagedown/up 9 - keycode 233 = Page_Down 10 - keycode 234 = Page_Up 5 + ! turn right alt to mode switch 6 + keycode 113 = Mode_switch 7 + 8 + ! and now mode switch plus arrow keys are page up/down/home/end 9 + keycode 98 = Up Up Prior 10 + keycode 102 = Right Right End 11 + keycode 104 = Down Down Next 12 + keycode 110 = Left Left Home 11 13 12 - ! map audio keys on fn+up/down/left/right into things 13 - keycode 164 = XF86AudioStop 14 - keycode 144 = XF86AudioPrev 15 - keycode 162 = XF86AudioPlay 16 - keycode 153 = XF86AudioNext 14 + ! mode switch plus backspace is delete 15 + keycode 22 = BackSpace BackSpace Delete