[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: abiword problem
>These command also fix the issue of number pad keys not working in vi
when
>telneting into a differen machine. Is there a better way to fix that
>problem.
Does it happen when telnetting to another Linux box, or a different
kind of UNIX? What it you telnet to yer self?
I haven't experienced that as I have the below in my X startup. I
find the whole Num-Lock business annoying on a 101 key keyboard.
>>/usr/X11R6/bin/xmodmap -e "keysym KP_Divide = slash"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_Decimal = period"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_Add = plus"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_Subtract = minus"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_Multiply = asterisk"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_Enter = Return"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_0 = 0x30"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_1 = 1 F13 F22"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_2 = 2 F14 F23"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_3 = 3 F15 F24"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_4 = 4 F16 F25"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_5 = 5 F17 F26"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_6 = 6 F18 F27"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_7 = 7 F19 F28"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_8 = 8 F20 F29"
>>/usr/X11R6/bin/xmodmap -e "keysym KP_9 = 9 F21 F30"