EnglishFrenchSpanish

OnWorks favicon

showkey - Online in the Cloud

Run showkey in OnWorks free hosting provider over Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

This is the command showkey that can be run in the OnWorks free hosting provider using one of our multiple free online workstations such as Ubuntu Online, Fedora Online, Windows online emulator or MAC OS online emulator

PROGRAM:

NAME


showkey - examine the codes sent by the keyboard

SYNOPSIS


showkey [-h|--help] [-a|--ascii] [-s|--scancodes] [-k|--keycodes]

DESCRIPTION


showkey prints to standard output either the scan codes or the keycode or the `ascii' code
of each key pressed. In the first two modes the program runs until 10 seconds have
elapsed since the last key press or release event, or until it receives a suitable signal,
like SIGTERM, from another process. In `ascii' mode the program terminates when the user
types ^D.

When in scancode dump mode, showkey prints in hexadecimal format each byte received from
the keyboard to the standard output. A new line is printed when an interval of about 0.1
seconds occurs between the bytes received, or when the internal receive buffer fills up.
This can be used to determine roughly, what byte sequences the keyboard sends at once on a
given key press. The scan code dumping mode is primarily intended for debugging the
keyboard driver or other low level interfaces. As such it shouldn't be of much interest to
the regular end-user. However, some modern keyboards have keys or buttons that produce
scancodes to which the kernel does not associate a keycode, and, after finding out what
these are, the user can assign keycodes with setkeycodes(8).

When in the default keycode dump mode, showkey prints to the standard output the keycode
number or each key pressed or released. The kind of the event, press or release, is also
reported. Keycodes are numbers assigned by the kernel to each individual physical key.
Every key has always only one associated keycode number, whether the keyboard sends single
or multiple scan codes when pressing it. Using showkey in this mode, you can find out what
numbers to use in your personalized keymap files.

When in `ascii' dump mode, showkey prints to the standard output the decimal, octal, and
hexadecimal value(s) of the key pressed, according to he present keymap.

OPTIONS


-h --help
showkey prints to the standard error output its version number, a compile option
and a short usage message, then exits.

-s --scancodes
Starts showkey in scan code dump mode.

-k --keycodes
Starts showkey in keycode dump mode. This is the default, when no command line
options are present.

-a --ascii
Starts showkey in `ascii' dump mode.

2.6 KERNELS


In 2.6 kernels key codes lie in the range 1-255, instead of 1-127. Key codes larger than
127 are returned as three bytes of which the low order 7 bits are: zero, bits 13-7, and
bits 6-0 of the key code. The high order bits are: 0/1 for make/break, 1, 1.

In 2.6 kernels raw mode, or scancode mode, is not very raw at all. Scan codes are first
translated to key codes, and when scancodes are desired, the key codes are translated
back. Various transformations are involved, and there is no guarantee at all that the
final result corresponds to what the keyboard hardware did send. So, if you want to know
the scan codes sent by various keys it is better to boot a 2.4 kernel. Since 2.6.9 there
also is the boot option atkbd.softraw=0 that tells the 2.6 kernel to return the actual
scan codes.

Use showkey online using onworks.net services


Free Servers & Workstations

Download Windows & Linux apps

  • 1
    Image Downloader
    Image Downloader
    Crawl and download images using
    Selenium Using python3 and PyQt5.
    Supported Search Engine: Google, Bing,
    Baidu. Keywords input from the keyboard
    or input from ...
    Download Image Downloader
  • 2
    Eclipse Tomcat Plugin
    Eclipse Tomcat Plugin
    The Eclipse Tomcat Plugin provides
    simple integration of a tomcat servlet
    container for the development of java
    web applications. You can join us for
    discussio...
    Download Eclipse Tomcat Plugin
  • 3
    WebTorrent Desktop
    WebTorrent Desktop
    WebTorrent Desktop is for streaming
    torrents on Mac, Windows or Linux. It
    connects to both BitTorrent and
    WebTorrent peers. Now there's no
    need to wait for...
    Download WebTorrent Desktop
  • 4
    GenX
    GenX
    GenX is a scientific program to refine
    x-ray refelcetivity, neutron
    reflectivity and surface x-ray
    diffraction data using the differential
    evolution algorithm....
    Download GenX
  • 5
    pspp4windows
    pspp4windows
    PSPP is a program for statistical
    analysis of sampled data. It is a free
    replacement for the proprietary program
    SPSS. PSPP has both text-based and
    graphical us...
    Download pspp4windows
  • 6
    Git Extensions
    Git Extensions
    Git Extensions is a standalone UI tool
    for managing Git repositories. It also
    integrates with Windows Explorer and
    Microsoft Visual Studio
    (2015/2017/2019). Th...
    Download Git Extensions
  • More »

Linux commands

Ad