1833777 Members
2239 Online
110063 Solutions
New Discussion

keybord problem

 
zenus
Occasional Advisor

keybord problem

the tabulation key (on my keybord)don't function under hp-ux version 11i v3. is it possible to correct that? it's allow me to job quickly using the tabulation key.
6 REPLIES 6
Steven E. Protter
Exalted Contributor

Re: keybord problem

Shalom zenus,

First, try a different keyboard, see if that helps.

SEP
Steven E Protter
Owner of ISN Corporation
http://isnamerica.com
http://hpuxconsulting.com
Sponsor: http://hpux.ws
Twitter: http://twitter.com/hpuxlinux
Founder http://newdatacloud.com
zenus
Occasional Advisor

Re: keybord problem

i already try 3 keybords
Torsten.
Acclaimed Contributor

Re: keybord problem

What you are doing with this key (function)?
(just in case you are trying to use bash's auto-complete without bash ...)
;-)

Hope this helps!
Regards
Torsten.

__________________________________________________
There are only 10 types of people in the world -
those who understand binary, and those who don't.

__________________________________________________
No support by private messages. Please ask the forum!

If you feel this was helpful please click the KUDOS! thumb below!   
Yogeeraj_1
Honored Contributor

Re: keybord problem

hi,

Are you using the right TERM value?

echo $TERM

Any possibilities of working with a deffective keyboard?


revert!
kind regards
yogeeraj
No person was ever honoured for what he received. Honour has been the reward for what he gave (clavin coolidge)
Adam Winebaugh
Regular Advisor

Re: keybord problem

It sounds to me that you are attempting to use the "auto-complete" however if you are in the sh, ksh shells, it will not work. You must be in bash. try typing bash at the prompt , then try to use "tabulation"

This is of course assuming the bash shell is available on your machine
Dennis Handly
Acclaimed Contributor

Re: keybord problem

>the tabulation key

(I've never heard it called that, it's just the TAB key.)

>Adam: It sounds to me that you are attempting to use the "auto-complete"

If that's the case, go into vi and in insert mode, type several TABs. If the cursor advances, the TAB key works.