Sponsored Content
Top Forums UNIX for Beginners Questions & Answers Rdesktop - ERROR: Failed to open keymap en-us Post 302983364 by RudiC on Monday 10th of October 2016 03:58:28 PM
Old 10-10-2016
Thanks for sharing!
 

10 More Discussions You Might Find Interesting

1. Shell Programming and Scripting

Failed to open output file Error

Hi guys, I Have written a script,In that it will call another file which contains the sql quaries. while wxecuting that I am getting the below exception 01/16|06:28:06:16800: Operating System Error|Failed to open output file Can anybody help me about this,,Its urgent (0 Replies)
Discussion started by: Anji
0 Replies

2. Linux

rdesktop error

hi, I am trying to connect from a linux box runing centos to a windows server using rdesktop-v1.3.1 but I get this error message: ERROR: recv: Connection reset by peer Broken pipe I have tried searching around for any possible fix for this without any success. Other Linux boxes on... (2 Replies)
Discussion started by: bixca
2 Replies

3. Solaris

Error:: libm.so.2:open failed

Hi, I am working with solaris 9 and I want to install perforce on that,so I downloaded the p4v.bin file and try to install it by the command ./p4v after that it is giving the error--- ld.so.1: ./p4v.bin: fatal: libm.so.2: open failed: No such file or directory Killed I am not... (3 Replies)
Discussion started by: smartgupta
3 Replies

4. Solaris

Error- ld.so.1: expr: fatal: libgmp.so.3: open failed:No such file or directory

Hi Friends I have a compiler(Sun Forte,I believe) running in my Solaris 9 box. since y'day my development team is finding this error when they compile: ld.so.1: expr: fatal: libgmp.so.3: open failed: No such file or directory I ran a search for this file and found it in one of my file... (2 Replies)
Discussion started by: Hari_Ganesh
2 Replies

5. UNIX for Dummies Questions & Answers

Rdesktop failed to open keymap common#015

Hi everybody... I have installed qrdesktop(is a tool similar to rdesktop used to access remote desktop) on Ubuntu 8.10. when i am accessing the remote desktop some of the keyboard keys are not working on remote desktop like up arrow ,down arrow, left, right, delete etc. the output of tail... (5 Replies)
Discussion started by: lokeshsingla
5 Replies

6. Solaris

libucb.s0.1: open failed...

Hi all. I try to start an application, but libucb.so1 is missing. # appl23 # appl23ld.so.1: appl23: fatal: libucb.so1: open failed: No such file or directory killed # # ldd appl23 libXm.so.3 => /usr/lib/libXm.so.3 libMrm.so.3 => /usr/lib/libMrm.so.3 ... (14 Replies)
Discussion started by: wolfgang
14 Replies

7. Solaris

Cygwin X Server error: xdmcp fatal error session failed session 23 failed for display

Hi, i got the following error when i tried to access the cygwin x server from a windows XP PC. "xdmcp fatal error session failed session 23 failed for display" Alternatively, when i tried to access the same Cygwin X Server from another windows XP PC which is on a different LAN... (3 Replies)
Discussion started by: HarishKumarM
3 Replies

8. UNIX for Dummies Questions & Answers

NDM: Source file open failed. Error= 2

Hi, I have try to ndm to one server to another server. but i am getting this error. what is this error? are files not in source folder? Source file open failed. Error= 2 Regards, Balamurgan (1 Reply)
Discussion started by: krbala1985
1 Replies

9. Shell Programming and Scripting

Linux open failed: No such file or directory error

Hi, The below commands works fine on serverB . /etc/profile; cd /export/home/user2/utils/plugin/ ./runme.shHowever, when i run the same commands from serverA it fails $ ssh -q user2@serverB ". /etc/profile; cd /export/home/user2/utils/plugin; ./runme.sh"Output Error: Please find the below... (8 Replies)
Discussion started by: mohtashims
8 Replies

10. Shell Programming and Scripting

Script to find Error: rpmdb open failed on list of servers

Hello all, I have a task to patch red hat servers and some servers have a corrupted rpm database and return the error: Error: rpmdb open failed I know how to fix this when it occurs. What I'm hoping to do is scan a list of servers by IP and report back which server have this error. ... (6 Replies)
Discussion started by: greavette
6 Replies
KEYMAP(5)							File Formats Manual							 KEYMAP(5)

NAME
keymap - keyboard maps SYNOPSIS
/etc/keymap DESCRIPTION
/etc/keymap is the compressed mapping from keyboard scan codes to ASCII. It is made from a keymap source file consisting of MAP_COLS col- umns (MINIX assigns the value 6 to MAX_COLS, corresponding to key pressed, key+SHIFT, key+LEFT_ALT, key+RIGHT_ALT, key+ALT+SHIFT and key+CTRL) and NR_SCAN_CODES rows (MINIX assigns the value 0x80 to NR_SCAN_CODES, corresponding to the number of scan codes to be provided by the keyboard), and each element is 2 bytes in length (see u16_t in type definitions). The low order byte corresponds to the character represented by the scan code, and the high order byte corresponds to the special meaning (when CAPS LOCK has effect, if it is a function key, etc.), which is converted to binary keymap format using the genmap utility. Types (general): <sys/types.h> <sys/types.h> defines the u8_t and u16_t types, corresponding to 8 and 16 bit values. Macros: <minix/keymap.h> C(c) - Control Maps to control code A(c) - Alt Sets the eight bit CA(c) - Control-Alt Short for A(C(c)) L(c) - Caps Lock Adds Caps Lock effect These macros are used in a keymap source file to help define keys. So instead of writing 032 to put a CTRL-Z in the map you write C('Z'). The L(c) macro is used in column 0 to tell that the Caps Lock key is active for this key. (Caps Lock should only have effect on letters.) Definitions: <minix/keymap.h> <minix/keymap.h> contains a large number of definitions for special keys, like function keys, and keys on the numeric keypad. They are: Escape key and modifiers: EXT, CTRL, SHIFT, ALT. Numeric keypad keys: HOME, END, UP, DOWN, LEFT, RIGHT, PGUP, PGDN, MID (numeric '5'), PLUS, INSRT. ALT + numpad key: AHOME, AEND, ..., AINSRT. CTRL + numpad: CHOME, CEND, ..., CINSRT. Lock keys: CALOCK (Caps Lock), NLOCK (Num Lock), SLOCK (Scroll Lock). Function keys: F1, ..., F12. ALT - function key: AF1, ..., AF12. CTRL - function key: CF1, ..., CF12. SHIFT - function key: SF1, ..., SF12. ALT - SHIFT - function key: ASF1, ..., ASF12. There is one key definition that isn't a key at all: EXTKEY. This keycode is sent by the keyboard as an indicator that the next keycode is special. For instance both ALT keys have the same keycode, but the right ALT key is sent by the keyboard preceded by the EXTKEY keycode. The same is true for the '/' key on the numeric pad versus the other '/' key on the US keyboard. (On other keyboards this key may have a different symbol.) The keyboard driver knows that a different key is presses if it is preceded by EXTKEY. Creating/changing keyboard mapping You can create your own keyboard mapping by copying one of the existing keymap source files (Standard Minix: kernel/keymaps/*.src, Minix- vmd: kernel/ibm/keymaps/*.src) and modifying the desired keys. Once this has been done, you need to recompile the genmap.c file, either by adding a new entry to the Makefile, or by running the following commands: cc -DKEYSRC="keymap.src" genmap.c After this, the keymap file can be generated by running: a.out > keymap.map The keymap can be loaded in the keyboard driver by: loadkeys keymap.map It is wise to first run loadkeys on one of the maps in /usr/lib/keymaps so that you can easily revert back to a known keymap with a few taps on the up-arrow key and pressing return. You will otherwise have to fix the keymap with a faulty keymap loaded into the keyboard driver, which is no fun. When the keymap is to your satisfaction you can copy it to /etc/keymap to have it loaded automatically at reboot. FILES
/etc/keymap Default keymap file SEE ALSO
loadkeys (1). AUTHOR
Victor A. Rodriguez - El bit Fantasma (Bit-Man@Tasa.Com.AR) KEYMAP(5)
All times are GMT -4. The time now is 09:46 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy