[comp.windows.x] non-changes in xmodmap for R3

rws@EXPO.LCS.MIT.EDU (Bob Scheifler) (12/11/88)

    xmodmap -e "keysym Break = Control_R"

The Alternate key had it's keysym changed from Break to Alt_R,
which is more appropriate.  So, you want instead

    xmodmap -e "keysym Alt_R = Control_R"