Sponsored Content
Full Discussion: caret symbol
Top Forums UNIX for Dummies Questions & Answers caret symbol Post 302673189 by jim mcnamara on Tuesday 17th of July 2012 03:42:10 PM
Old 07-17-2012
Please show the output of
Code:
locale

It is remotely possible you have a keyboard problem - shift 6 is the caret symbol on most qwerty keyboards.
 

10 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

The > symbol

Hi guys, Im new to unix; I have a problem at hand. Somehow at the terminal, I lost the command prompt, instead I get a ">" symbol. Anything I type in does me no good. What do you recommend? Thank you for your help. (3 Replies)
Discussion started by: csb
3 Replies

2. Shell Programming and Scripting

Append with TM symbol

I have a file with delimiter ";" and 2 columns for eg: Transparent; ScotchPro™ If you see carefully you can see a special character "TM" at the end of data which is not showing up when I read the data in a regular sequential file. Did anyone anytime tackle this kind of Data. Please advice.... (1 Reply)
Discussion started by: ganesh123
1 Replies

3. Solaris

/usr/lib/passwdutil.so.1: symbol __nsl_fgetspent_r: referenced symbol not found

deleteing post (0 Replies)
Discussion started by: dshakey
0 Replies

4. Shell Programming and Scripting

Symbol reference

Hi, test -d .ssh || mkdir .ssh && chmod 700 .ssh The command has couple of symbols, could someone redirect me to the link, where i can understand their significance. Thanks, John (1 Reply)
Discussion started by: john_prince
1 Replies

5. Shell Programming and Scripting

Words after / symbol

Hi, I have the following directory: /home/dragon/websphere/cells/profile/imp/001/ I want to put this in a shell script and get the values before and after cells by removing the '/' Any idea how to make this possible? Regards, Dinesh (6 Replies)
Discussion started by: dbashyam
6 Replies

6. Shell Programming and Scripting

remove caret (^) symbol from pattern using sed

Hi, I am trying to remove the caret symbol from a bash variable. This is the variable: var="GOTAN^TOK^B"and this is the code I am trying to use to remove the caret symbol: nocarrot=`echo $var | sed -e 's/^/_/g'`This is the output intended (but not acheived with the above function):... (3 Replies)
Discussion started by: goodbenito
3 Replies

7. Programming

Undefined Symbol

When I try to link a .so file I get the undefined symbol error. Though I have the library file in my system. The compile and linking commands used are as follows g++ -m64 -g -Wall -I./include -c dxl_sample.c g++ -o firstprogram -m64 -g -Wall -I./include -Bdynamic... (1 Reply)
Discussion started by: Ranadeep Ghosal
1 Replies

8. UNIX for Advanced & Expert Users

Undefined Symbol

When I try to link a .so file I get the undefined symbol error. Though I have the library file in my system. The compile and linking commands used are as follows g++ -m64 -g -Wall -I./include -c dxl_sample.c g++ -o firstprogram -m64 -g -Wall -I./include -Bdynamic... (1 Reply)
Discussion started by: Ranadeep Ghosal
1 Replies

9. UNIX for Dummies Questions & Answers

How to type ^ (caret) on Lenovo laptop?

Hi how to type " ^ " symbol in unix .. i am using a lenovo laptop ^ matches start of line (2 Replies)
Discussion started by: manjiri sawant
2 Replies

10. Shell Programming and Scripting

On £ symbol

Hi All, How do i represent £ symbol in unix and how to retain £ symbol in file. Thanks in Advance (3 Replies)
Discussion started by: HemaV
3 Replies
hilkbd(7)						 Miscellaneous Information Manual						 hilkbd(7)

NAME
hilkbd - HP-HIL mapped keyboard driver DESCRIPTION
HP-HIL, the Hewlett-Packard Human Interface Link, is the Hewlett-Packard standard for interfacing a personal computer, terminal, or work- station to its input devices. supplies input from all mapped keyboards on a specified HP-HIL link. returns mapped keycodes, not ASCII characters. "Raw" keycodes are the individual key downstrokes and upstrokes, and are different for each type of keyboard. maps the raw input into the keycodes and protocol expected by the HP-UX, Pascal Workstation, and BASIC/UX operating sys- tems. The driver can usurp a keyboard from by changing it from mapped mode to raw mode. System Calls gives exclusive access to the keyboard. If there is an ITE (internal terminal emulator) associated with the keyboard, the ITE loses input from the keyboard until the keyboard device is closed. Any previous queued input for the keyboard device is flushed from the input queue. returns control of the keyboard to the ITE, if present. Any unread input is discarded at that time. returns data from the keyboard in time-stamped packets: time_stamp, when repacked into an integer data type of four or more bytes, specifies the time since an arbitrary point in the past (for example, system start-up time). This point does not change between packets, but time during a power failure may or may not be counted. The time is in units of tens of milliseconds. The status byte encodes the state of the keyboard and keys: 0x8X shift and control 0x9X control only 0xAX shift only 0xBX no shift or control The data byte contains the actual keystroke. If the file status flag O_NDELAY is set, returns instead of blocking, when no data is available. The system call on an HP-HIL keyboard is considered "slow"; that is, it can be interrupted by caught signals (see signal(2)). is not supported by can be used to poll for input to read from devices. for write or for exceptional conditions always returns a false indication in the bit masks. is used to perform special operations on the device. system calls have the form: The following request codes are defined in Read the configuration code. This request returns a one-byte configuration code in the variable to which arg points. This contains a field, defined by which specifies the keyboard identification code. The possible values of this field are defined in the header file, and this identification code affects interpretation of the language code. All other fields in the configuration code are cur- rently undefined. Read the language code. This request returns a one-byte language code, as read from the keyboard, in the variable to which arg points. If there is more than one keyboard, the language is taken from the first keyboard on the link. Interpretation of the language code is affected by the keyboard identification field within the configuration code. Read the keyboard status register. This request returns a one-byte value containing bit flags specifying the state of the shift and control keys in the vari- able to which arg points: KBD_STAT_LEFTSHIFT The left shift key is up KBD_STAT_RIGHTSHIFT The right shift key is up KBD_STAT_SHIFT Both shift keys are up KBD_STAT_CTRL The control key is up Other bits are undefined. Set the keyboard auto-repeat rate. The one-byte value to which arg points is the negative of the repeat period, in tens of milliseconds. The repeat rate is the reciprocal of the repeat period. A parameter of zero disables auto-repeat. Set the keyboard auto-repeat delay. The one-byte value to which arg points is the negative of the repeat delay, in tens of milliseconds. Cause an audible beep. The one-byte value to which arg points specifies the volume of the beep, within the range through Implementations with fewer than discrete levels of volume will scale the parameter into the smaller range. ERRORS
An invalid parameter was detected by A signal was caught during a system call. No keyboard is present on the HP-HIL link specified by the minor number. An attempt was made to use using The device is already open. AUTHOR
was developed by the Hewlett-Packard Company. FILES
/dev/hilkbd* SEE ALSO
mknod(1M), select(2), signal(2), hil(7), termio(7). hilkbd(7)
All times are GMT -4. The time now is 03:50 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy