keypad (numbers on the right) map

Guest
I have to switch to a linux from a Sun and the number keys on the
right do not work. Does anyone have a keyboard map to fix this?

Thanks
 
On May 25, 6:21 pm, r...@galaxy.nsc.com wrote:
I have to switch to a linux from a Sun and the number keys on the
right do not work. Does anyone have a keyboard map to fix this?

Thanks
Type "xmodmap -pke" in a terminal window and it will return the key
mapping
 
On May 29, 3:36 pm, vtcad <Roland.Fonta...@gmail.com> wrote:
On May 25, 6:21 pm, r...@galaxy.nsc.com wrote:

I have to switch to a linux from a Sun and the number keys on the
right do not work. Does anyone have a keyboard map to fix this?

Thanks

Type "xmodmap -pke" in a terminal window and it will return the key
mapping

There is also "xev" that can be used to see what keycodes are being
hit.

You could also check if your num-lock being on or off make a
difference.
--
Svenn
 
Hi Svenn - how do I use the "xev" command? xmodmap -xev did not work

Thanks

Rick

On Jun 1, 9:30 pm, Svenn Are Bjerkem <svenn.bjer...@googlemail.com>
wrote:
On May 29, 3:36 pm, vtcad <Roland.Fonta...@gmail.com> wrote:

On May 25, 6:21 pm, r...@galaxy.nsc.com wrote:

I have to switch to a linux from a Sun and the number keys on the
right do not work. Does anyone have a keyboard map to fix this?

Thanks

Type "xmodmap -pke" in a terminal window and it will return the key
mapping

There is also "xev" that can be used to see what keycodes are being
hit.

You could also check if your num-lock being on or off make a
difference.
--
Svenn
 
On 4 Jun., 18:34, r...@galaxy.nsc.com wrote:
Hi Svenn - how do I use the "xev" command? xmodmap -xev did not work
Hi Rick,

xev is an X11 utility that you run from the command line:
$> xev
If it is installed on your computer, then another window will pop up
and give feedback on x-events.
--
Svenn
 

Welcome to EDABoard.com

Sponsor

Back
Top