Annotation of researchv9/jerq/include/keymap.h, revision 1.1.1.1

1.1       root        1: /*
                      2:        function keys
                      3:        (suffix S denotes shift or ctrl)
                      4: */
                      5: #define        F1      0xE8
                      6: #define        F1S     0xC8
                      7: #define        F2      0xE9
                      8: #define        F2S     0xC9
                      9: #define        F3      0xEA
                     10: #define        F3S     0xCA
                     11: #define        F4      0xEB
                     12: #define        F4S     0xCB
                     13: #define        F5      0xEC
                     14: #define        F5S     0xCC
                     15: #define        F6      0xED
                     16: #define        F6S     0xCD
                     17: #define        F7      0xEE
                     18: #define        F7S     0xCE
                     19: #define        F8      0xEF
                     20: #define        F8S     0xCF
                     21: /*
                     22:        numeric pad
                     23: */
                     24: #define        CLEAR   0xE5
                     25: #define        CLEARS  0xF5
                     26: #define        SETUP   0xAE
                     27: #define        BREAK   0x80
                     28: #define        NUMLCK  0xB2
                     29: #define        NUMLCKS 0xF2
                     30: 
                     31: #define        NP0     0xC2
                     32: #define        NP0S    0x90
                     33: #define        NP1     0xC0
                     34: #define        NP1S    0x91
                     35: #define        NP2     0xC1
                     36: #define        NP2S    0x92
                     37: #define        NP3     0xC6
                     38: #define        NP3S    0x93
                     39: #define        NP4     0xD3
                     40: #define        NP4S    0x94
                     41: #define        NP5     0xD5
                     42: #define        NP5S    0x95
                     43: #define        NP6     0xD7
                     44: #define        NP6S    0x96
                     45: #define        NP7     0xD2
                     46: #define        NP7S    0x97
                     47: #define        NP8     0xD4
                     48: #define        NP8S    0x98
                     49: #define        NP9     0xD6
                     50: #define        NP9S    0x99
                     51: #define        NPM     0xC4    /* minus */
                     52: #define        NPMS    0x9A
                     53: #define        NPD     0xC3    /* dot */
                     54: #define        NPDS    0x9B

unix.superglobalmegacorp.com

This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.