! The key above return means *delete*. BackSpace is almost useless ! except in Motifish software (Mosaic, Netscape, Tk4.0 stuff) ! keysym BackSpace = Delete ! remap "delete key" (above the arrow keys) to the F13 keysym ! note that this keycode is for Linux X11R6: for your own machine, ! run xev, hit the "delete" key, and note the keycode. keycode 107 = F13 ! fix XFree86's dumb binding of the right Alt key. clear mod3 clear mod5 add mod1 = Mode_switch