home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / gnu / lucid / help-lucid-emacs / text0586.txt < prev    next >
Encoding:
Text File  |  1993-07-14  |  362 b   |  15 lines

  1.  
  2. xev *was* showing different keycodes for those two keys, 73 for the
  3. upper delete and 57 for the lower. Now how could I have missed that?
  4. ;-} A simple xmodmap did the trick:
  5.  
  6.     xmodmap -e "keycode 57 = KP_Decimal"
  7.  
  8. Then, of course, in lemacs I could bind delete and kp_decimal to
  9. whatever commands I wanted.
  10.  
  11. Thanks to everyone who responded so quickly.
  12.  
  13. -Barry
  14.  
  15.