Ignore:
Timestamp:
2009-04-03T15:52:14Z (15 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
a7b1071
Parents:
2398ee9
Message:

represent special keystrokes (cursor arrows, page up/down, delete, etc.) as appropriate Unicode characters
do not parse ANSI control sequences in kconsole, but in serial line driver

File:
1 edited

Legend:

Unmodified
Added
Removed
  • kernel/genarch/include/kbrd/scanc_sun.h

    r2398ee9 rc8bf88d  
    2727 */
    2828
    29 /** @addtogroup genarch 
     29/** @addtogroup genarch
    3030 * @{
    3131 */
    3232/**
    3333 * @file
    34  * @brief       Scan codes for sun keyboards.
     34 * @brief Scan codes for Sun keyboards.
    3535 */
    3636
     
    3838#define KERN_SCANC_SUN_H_
    3939
    40 #define SC_ESC          0x1d
    41 #define SC_BACKSPACE    0x2b
    4240#define SC_LSHIFT       0x63
    4341#define SC_RSHIFT       0x6e
    4442#define SC_CAPSLOCK     0x77
    45 #define SC_SPEC_ESCAPE  0xe0    /* ??? */
    46 #define SC_LEFTARR      0x18
    47 #define SC_RIGHTARR     0x1c
    48 #define SC_UPARR        0x14
    49 #define SC_DOWNARR      0x1b
    50 #define SC_DELETE       0x42
    51 #define SC_HOME         0x34
    52 #define SC_END          0x4a
     43#define SC_SCAN_ESCAPE  0xe0
    5344
    5445#endif
Note: See TracChangeset for help on using the changeset viewer.