home *** CD-ROM | disk | FTP | other *** search
-
- xev *was* showing different keycodes for those two keys, 73 for the
- upper delete and 57 for the lower. Now how could I have missed that?
- ;-} A simple xmodmap did the trick:
-
- xmodmap -e "keycode 57 = KP_Decimal"
-
- Then, of course, in lemacs I could bind delete and kp_decimal to
- whatever commands I wanted.
-
- Thanks to everyone who responded so quickly.
-
- -Barry
-
-