[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: numeric keypad not working in mutt?



On Thu, Oct 26, 2000 at 07:18:06AM -0400, kiss the sun and walk on air wrote: 

> how do i get my numeric keypad working in mutt? i'm using helix gnome
> on a debian woody system, running mutt from inside the gnome
> terminal. if I have numlock on i get numbers at the bash prompt, but
> not inside of mutt. (mainly to use it for quicker entry of message #'s
> in the index view)

Just use Xmodmap to remap your keys under X:

phil:~% less .Xmodmap
 ! redefines numeric keypad to be used without NumLock
  keycode 79 = 7
  keycode 80 = 8
  keycode 81 = 9

  keycode 83 = 4
  keycode 84 = 5
  keycode 85 = 6

  keycode 87 = 1
  keycode 88 = 2
  keycode 89 = 3

  keycode 90 = 0
  keycode 91 = comma
  keycode 86 = plus

  ! deactivates NumLock key
  keycode 77 =

Phil



Reply to: