Annotation of 43BSDReno/usr.bin/tn3270/ctlr/3270pc.kbd, revision 1.1

1.1     ! root        1: /*
        !             2:  * Copyright (c) 1988 Regents of the University of California.
        !             3:  * All rights reserved.
        !             4:  *
        !             5:  * Redistribution and use in source and binary forms are permitted
        !             6:  * provided that the above copyright notice and this paragraph are
        !             7:  * duplicated in all such forms and that any documentation,
        !             8:  * advertising materials, and other materials related to such
        !             9:  * distribution and use acknowledge that the software was developed
        !            10:  * by the University of California, Berkeley.  The name of the
        !            11:  * University may not be used to endorse or promote products derived
        !            12:  * from this software without specific prior written permission.
        !            13:  * THIS SOFTWARE IS PROVIDED ``AS IS'' AND WITHOUT ANY EXPRESS OR
        !            14:  * IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
        !            15:  * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
        !            16:  *
        !            17:  *     @(#)3270pc.kbd  4.1 (Berkeley) 12/4/88
        !            18:  */
        !            19: 
        !            20: /*
        !            21:  * keynumber [ scancode [ unshifted [ shifted [ alted [ shiftalted ] ] ] ] ]
        !            22:  *
        !            23:  * keynumber is in decimal, and starts in column 1.
        !            24:  * scancode is hexadecimal.
        !            25:  * unshifted, etc. - these are either a single ascii character,
        !            26:  *                     or the name of a function or an AID-generating key.
        !            27:  *
        !            28:  * all fields are separated by a single space.
        !            29:  */
        !            30: 1 0e ` ~
        !            31: 2 16 1 !
        !            32: 3 1e 2 @
        !            33: 4 26 3 #
        !            34: 5 25 4 $
        !            35: 6 2e 5 %
        !            36: 7 36 6 ^
        !            37: 8 3d 7 &
        !            38: 9 3e 8 *
        !            39: 10 46 9 (
        !            40: 11 45 0 )
        !            41: 12 4e - _
        !            42: 13 55 = +
        !            43: 14 5d
        !            44: 15 66 LEFT
        !            45: 16 0d TAB BTAB
        !            46: 17 15 q Q
        !            47: 18 1d w W
        !            48: 19 24 e E
        !            49: 20 2d r R
        !            50: 21 2c t T
        !            51: 22 35 y Y
        !            52: 23 3c u U
        !            53: 24 43 i I
        !            54: 25 44 o O
        !            55: 26 4d p P
        !            56: 27 54 [ {
        !            57: 28 5b \ |
        !            58: 29 5c
        !            59: 30 14 CAPS_LOCK
        !            60: 31 1c a A
        !            61: 32 1b s S
        !            62: 33 23 d D
        !            63: 34 2b f F
        !            64: 35 34 g G
        !            65: 36 33 h H
        !            66: 37 3b j J
        !            67: 38 42 k K
        !            68: 39 4b l L
        !            69: 40 4c ; :
        !            70: 41 52 ' "
        !            71: 42 53 ] }
        !            72: 43 5a NL
        !            73: 44 12 MAKE_SHIFT MAKE_SHIFT MAKE_SHIFT
        !            74: 45 13 < >
        !            75: 46 1a z Z
        !            76: 47 22 x X
        !            77: 48 21 c C
        !            78: 49 2a v V
        !            79: 50 32 b B
        !            80: 51 31 n N
        !            81: 52 3a m M
        !            82: 53 41 , <
        !            83: 54 49 . >
        !            84: 55 4a / ?
        !            85: 56 51
        !            86: 57 59 MAKE_SHIFT MAKE_SHIFT MAKE_SHIFT
        !            87: 58 11 RESET NULL DVCNL
        !            88: 59
        !            89: 60 19 MAKE_ALT MAKE_ALT MAKE_ALT
        !            90: 61 29 SPACE SPACE
        !            91: 62 39 MAKE_ALT MAKE_ALT MAKE_ALT
        !            92: 63
        !            93: 64 58 ENTER
        !            94: 65 06 CLEAR NULL TEST
        !            95: 66 0c NULL NULL ATTN
        !            96: 67 0b EEOF NULL EINP
        !            97: 68 0a
        !            98: 69 09 MAKE_CTRL
        !            99: 70 05 ATTN NULL TREQ
        !           100: 71 04
        !           101: 72 03
        !           102: 73 83
        !           103: 74 01
        !           104: 75 67 PA1 DP
        !           105: 76 64 BTAB
        !           106: 77
        !           107: 78 61 LEFT NULL LEFT2
        !           108: 79
        !           109: 80 6e PA2 FM
        !           110: 81 65 INSRT
        !           111: 82 63 UP
        !           112: 83 62 NULL NULL HOME
        !           113: 84 60 DOWN
        !           114: 85 6f PA3
        !           115: 86 6d DELETE
        !           116: 87
        !           117: 88 6a RIGHT NULL RIGHT2
        !           118: 89
        !           119: 90 76
        !           120: 91 6c 7
        !           121: 92 6b 4
        !           122: 93 69 1
        !           123: 94 68
        !           124: 95 77
        !           125: 96 75 8
        !           126: 97 73 5
        !           127: 98 72 2
        !           128: 99 70 0
        !           129: 100 7e ,
        !           130: 101 7d 9
        !           131: 102 74 6
        !           132: 103 7a 3
        !           133: 104 71 .
        !           134: 105 84 SPACE
        !           135: 106 7c TAB
        !           136: 107 7b -
        !           137: 108 79 ENTER
        !           138: 109 78
        !           139: 110 07 PF1
        !           140: 111 0f PF2
        !           141: 112 17 PF3
        !           142: 113 1f PF4
        !           143: 114 27 PF5
        !           144: 115 2f PF6
        !           145: 116 37 PF7
        !           146: 117 3f PF8 NULL MONOCASE
        !           147: 118 47 PF9
        !           148: 119 4f PF10
        !           149: 120 56 PF11
        !           150: 121 5e PF12
        !           151: 122 08 PF13
        !           152: 123 10 PF14
        !           153: 124 18 PF15
        !           154: 125 20 PF16
        !           155: 126 28 PF17
        !           156: 127 30 PF18
        !           157: 128 38 PF19
        !           158: 129 40 PF20
        !           159: 130 48 PF21
        !           160: 131 50 PF22
        !           161: 132 57 PF23
        !           162: 133 5f PF24
        !           163: 134 92 BREAK_SHIFT BREAK_SHIFT BREAK_SHIFT
        !           164: 135 D9 BREAK_SHIFT BREAK_SHIFT BREAK_SHIFT
        !           165: 136 99 BREAK_ALT BREAK_ALT BREAK_ALT
        !           166: 137 B9 BREAK_ALT BREAK_ALT BREAK_ALT

unix.superglobalmegacorp.com

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