Re: Numeric Keypad in X

2001-08-16 Thread Brad Rhodes
Thanks to James Preston and Dave Sherohman for their suggestions. However, "ServerNumLock" in XF86Config was apparently causing the problem.

Re: Numeric Keypad in X

2001-08-09 Thread Dave Sherohman
On Thu, Aug 09, 2001 at 01:00:36AM -0700, Brad Rhodes wrote: > How can I make numlock default to on? Download the source for numlockx from freshmeat. Build, install, and call it from one of the scripts that runs when you start X. -- With the arrest of Dimitry Sklyarov it has become apparent tha

Re: Numeric Keypad in X

2001-08-09 Thread Eduard Bloch
#include Brad Rhodes wrote on Thu Aug 09, 2001 um 01:00:36AM: > > Try Shift-Numlock (really!). Seems that xkb becomes confused if you > > choose the wrong type of keyboard in XF86Config-4. I solved the problem > > changing to 105-key type. ... > Do you mean I should hold down shift when I turn on

Re: Numeric Keypad in X

2001-08-09 Thread Brad Rhodes
Eduard Bloch wrote: > > #include Error: could not open include file 'hallo.h' > Brad Rhodes wrote on Mon Jul 30, 2001 um 05:06:48PM: > > How can I type numbers on the numeric keypad in X? I turn on the Num Lock > > and I > > still can't type number

Re: Numeric Keypad in X

2001-08-08 Thread Eduard Bloch
#include Brad Rhodes wrote on Mon Jul 30, 2001 um 05:06:48PM: > How can I type numbers on the numeric keypad in X? I turn on the Num Lock and > I > still can't type numbers. Try Shift-Numlock (really!). Seems that xkb becomes confused if you choose the wrong type of keyboard in X

Re: Numeric Keypad in X

2001-08-08 Thread Brad Rhodes
Here's output from xev when I press digits 0 - 9: KeyPress event, serial 24, synthetic NO, window 0x181, root 0x2a, subw 0x0, time 817806372, (147,168), root:(643,192), state 0x10, keycode 156 (keysym 0x0, NoSymbol), same_screen YES, XLookupString gives 0 characters: "" KeyReleas

Re: Numeric Keypad in X

2001-08-02 Thread James Preston
-BEGIN PGP SIGNED MESSAGE- On Thu, Aug 02, 2001 at 01:12:13AM -0700, Brad Rhodes wrote: > Nothing ever appeared in the xev window. Just to clarify, xev dumps the X events to the stdout that started the xev instance. Try running it from a shell to make sure that your window manager isn't s

Re: Numeric Keypad in X

2001-08-02 Thread Brad Rhodes
[ 1, 1 ] }; > key { [ 2, 2 ] }; > key { [ 3, 3 ] }; > key { [ KP_Enter ] }; > > key { [ 0, 0 ] }; > key { [ period, period ] }; > > On Mon, Jul 30, 2001 at 05:06:48PM -0700, Brad Rhodes scribbled... > > How can I type numbers

Re: Numeric Keypad in X

2001-08-02 Thread Brad Rhodes
-0700, Brad Rhodes ([EMAIL PROTECTED]) > > wrote: > > > How can I type numbers on the numeric keypad in X? I turn on the Num > > > Lock and I still can't type numbers. > > > > What keysyms/keycodes are you getting? > > see xev if you don't know how

Re: Numeric Keypad in X

2001-07-31 Thread Peter Jay Salzman
begin: Karsten M. Self quote > on Mon, Jul 30, 2001 at 05:06:48PM -0700, Brad Rhodes ([EMAIL PROTECTED]) > wrote: > > How can I type numbers on the numeric keypad in X? I turn on the Num > > Lock and I still can't type numbers. > > What keysyms/keycodes are you ge

Re: Numeric Keypad in X

2001-07-31 Thread Karsten M. Self
on Mon, Jul 30, 2001 at 05:06:48PM -0700, Brad Rhodes ([EMAIL PROTECTED]) wrote: > How can I type numbers on the numeric keypad in X? I turn on the Num > Lock and I still can't type numbers. What keysyms/keycodes are you getting? -- Karsten M. Self http://kmself.home.netcom

Numeric Keypad in X

2001-07-30 Thread Brad Rhodes
How can I type numbers on the numeric keypad in X? I turn on the Num Lock and I still can't type numbers. Debian/GNU 2.2 (Potato) / Gnome