Sponsored Content
Full Discussion: Unix and keyboard
Top Forums UNIX for Advanced & Expert Users Unix and keyboard Post 10084 by Perderabo on Wednesday 7th of November 2001 01:36:14 PM
Old 11-07-2001
There won't be an easy way to this.

A program like vi won't echo a dot when you type a dot. vi manages this by putting the terminal into raw mode. You can write a program like vi that also does this. See "man termios" and "man termio" for details. But, as with vi, you need to put the terminal back the way you found it as you exit. Other programs aren't prepared to handle a raw terminal very well.

If your terminal io is based on STREAMS, it is possible to write a streams module that would do this.

I know it's low-tech, but you could just relabel your keys.
 

7 More Discussions You Might Find Interesting

1. UNIX for Advanced & Expert Users

How can I map Unix keyboard for PC keyboard

A Solaris AXI 440 machine with Solaris 8 version. I have PC users who use an emulation to login to the Solaris server. How can I change the keyboard mapping of the Sun keyboard to fit to the PC keyboard ? Any comment will be appreciated. Thanks (1 Reply)
Discussion started by: simhab
1 Replies

2. UNIX for Dummies Questions & Answers

keyboard entries in unix.....

hi, i have a few questions regarding keyboard entry in unix... 1) sometimes, when i type , nothing appears in the screen. i am doing a telnet session. 2) how to create a buffer session of the entries that i have typed so that i pressed one of the arrows key (for example), then the previous... (9 Replies)
Discussion started by: yls177
9 Replies

3. Solaris

CZ/Hungary Keyboard

Hi All We have a PC (WinXp) with hu-Keyboard. If we do a telnet to a Solaris 8 Machine. Solaris 8 cannot recognize all Keys correctly. What can I do. I have set the LANG variable to hu, besides I have tried "loadkeys hungary_5" Nothing doesn't work Maybe someone have a Solution for... (0 Replies)
Discussion started by: paho
0 Replies

4. Solaris

Czech Keyboard

Hi all, I want to connect via a Netterm100 (alpha net). to a Solaris 8 Server. I use a CZECH Keyoard. The problem is that the solaris-server cannot recognize the CZ-Keys. What should I change that the CZ-Keyboard runs. Many thanx (1 Reply)
Discussion started by: paho
1 Replies

5. UNIX for Dummies Questions & Answers

find usable keyboard and mouse for UNIX spac machine. Help

I have got a SunBlade150 box. But I don't have Sun UNIX keyboard and mouse to hook up with the machine. I know some other IBM compitable keyboard and mouse can be used on Sun UNIX box. If any one has the same situation or experience, please advise me the type, FCC ID and other information on the... (2 Replies)
Discussion started by: duke0001
2 Replies

6. UNIX for Dummies Questions & Answers

Problem getting vertical bar with British keyboard layout on US (physical) keyboard

Hi, I've got a bit of a ridiculous problem and wasn't sure where to post it. I need to use the vertical bar for piping in Bash but, as per the title, am using a UK layout on a US (physical) keyboard which doesn't have a key for it in the place I'd expect. I've tried using xbindkeys and Unicode... (7 Replies)
Discussion started by: crunchgargoyle
7 Replies

7. UNIX for Dummies Questions & Answers

How to send keyboard inputs toa UNIX command executed from a shell script?

I have a unix command that prompts for 'y'. How do I run this from my shell script? (4 Replies)
Discussion started by: Sree10
4 Replies
TERMIO(7)						     Linux Programmer's Manual							 TERMIO(7)

NAME
termio - System V terminal driver interface DESCRIPTION
termio is the name of the old System V terminal driver interface. This interface defined a termio structure used to store terminal set- tings, and a range of ioctl(2) operations to get and set terminal attributes. The termio interface is now obsolete: POSIX.1-1990 standardized a modified version of this interface, under the name termios. The POSIX.1 data structure differs slightly from the System V version, and POSIX.1 defined a suite of functions to replace the various ioctl(2) opera- tions that existed in System V. (This was done because ioctl(2) was unstandardized, and its variadic third argument does not allow argu- ment type checking.) If you're looking for a page called "termio", then you can probably find most of the information that you seek in either termios(3) or ioctl_tty(2). SEE ALSO
reset(1), setterm(1), stty(1), ioctl_tty(2), termios(3), tty(4) COLOPHON
This page is part of release 4.15 of the Linux man-pages project. A description of the project, information about reporting bugs, and the latest version of this page, can be found at https://www.kernel.org/doc/man-pages/. Linux 2017-05-03 TERMIO(7)
All times are GMT -4. The time now is 09:19 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy