/*************************************************************************** keysymbols.h - description ------------------- begin : Sat Oct 14 2000 copyright : (C) 2000 by Martin Bickel email : bickel@asc-hq.org ***************************************************************************/ /*************************************************************************** * * * This program is free software; you can redistribute it and/or modify * * it under the terms of the GNU General Public License as published by * * the Free Software Foundation; either version 2 of the License, or * * (at your option) any later version. * * * ***************************************************************************/ #ifndef keysymbols_h_included #define keysymbols_h_included #ifndef NEWKEYB #define ct_enterk ct_enter #define ct_altp 256 #define ct_space 32 #define ct_bspace 8 #define ct_a 'a' #define ct_b 'b' #define ct_c 'c' #define ct_d 'd' #define ct_e 'e' #define ct_f 'f' #define ct_g 'g' #define ct_h 'h' #define ct_i 'i' #define ct_j 'j' #define ct_k 'k' #define ct_l 'l' #define ct_m 'm' #define ct_n 'n' #define ct_o 'o' #define ct_p 'p' #define ct_q 'q' #define ct_r 'r' #define ct_s 's' #define ct_t 't' #define ct_u 'u' #define ct_v 'v' #define ct_w 'w' #define ct_x 'x' #define ct_y 'y' #define ct_z 'z' #define ct_oe '' #define ct_ae '' #define ct_ue '' #define ct_0 '0' #define ct_1 '1' #define ct_2 '2' #define ct_3 '3' #define ct_4 '4' #define ct_5 '5' #define ct_6 '6' #define ct_7 '7' #define ct_8 '8' #define ct_9 '9' #define ct_tab 9 #define ct_esc 27 #define ct_invvalue -1 #define ct_invvalue2 -2 #define ct_left 75+256 #define ct_right 77+256 #define ct_up 72+256 #define ct_down 80+256 #define ct_enter 13 #define ct_entf 83+256 #define ct_einf 82+256 #define ct_pos1 71+256 #define ct_ende 79+256 #define ct_pdown 81+256 #define ct_pup 73+256 #define ct_f1 59+256 #define ct_f2 60+256 #define ct_f3 61+256 #define ct_f4 62+256 #define ct_f5 63+256 #define ct_f6 64+256 #define ct_f7 65+256 #define ct_f8 66+256 #define ct_f9 67+256 #define ct_f10 68+256 #define ct_f11 254 #define ct_f12 253 #define ct_minus '-' #define ct_plus '+' #define ct_point '.' #define ct_komma ',' #define ct_ap 0 #define ct_8k ct_up #define ct_4k ct_left #define ct_6k ct_right #define ct_2k ct_down #define ct_1k ct_ende #define ct_3k ct_pdown #define ct_7k ct_pos1 #define ct_9k ct_pup #define ct_5k 513 #define ct_minusk ct_minus #define ct_plusk ct_plus #define ct_lalt 0 #define ct_ralt 0 #define ct_stp -96 #define ct_shp -32 #define ct_shift_tab 271 #else #define ct_invvalue -1 #define ct_shp 2048 #define ct_stp 512 #define ct_altp 1024 #define ct_space 57 #define ct_bspace 14 #define ct_lshift 42 #define ct_rshift 54 #define ct_lstrg 29 #define ct_rstrg 129 #define ct_lalt 56 #define ct_ralt 156 #define ct_roll 70 #define ct_pause 130 #define ct_druck 155 #define ct_esc 1 #define ct_tab 15 #define ct_shift_tab (ct_tab | ct_shp) #define ct_capslck 58 #define ct_sb 86 #define ct_gitt 43 #define ct_enter 28 #define ct_minus 53 #define ct_plus 27 #define ct_punkt 52 #define ct_point ct_punkt #define ct_komma 51 #define ct_num 69 #define ct_divk 153 #define ct_malk 55 #define ct_minusk 74 #define ct_plusk 78 #define ct_enterk 128 #define ct_entk 83 #define ct_0k 82 #define ct_1k 79 #define ct_2k 80 #define ct_3k 81 #define ct_4k 75 #define ct_5k 76 #define ct_6k 77 #define ct_7k 71 #define ct_8k 72 #define ct_9k 73 #define ct_a 30 #define ct_b 48 #define ct_c 46 #define ct_d 32 #define ct_e 18 #define ct_f 33 #define ct_g 34 #define ct_h 35 #define ct_i 23 #define ct_j 36 #define ct_k 37 #define ct_l 38 #define ct_m 50 #define ct_n 49 #define ct_o 24 #define ct_p 25 #define ct_q 16 #define ct_r 19 #define ct_s 31 #define ct_t 20 #define ct_u 22 #define ct_v 47 #define ct_w 17 #define ct_x 45 #define ct_y 44 #define ct_z 21 #define ct_oe 39 #define ct_ae 40 #define ct_ue 26 #define ct_circ 41 #define ct_0 11 #define ct_1 2 #define ct_2 3 #define ct_3 4 #define ct_4 5 #define ct_5 6 #define ct_6 7 #define ct_7 8 #define ct_8 9 #define ct_9 10 #define ct_ez 12 #define ct_apos 13 #define ct_left 175 #define ct_right 177 #define ct_up 172 #define ct_down 180 #define ct_entf 183 #define ct_einf 182 #define ct_pos1 171 #define ct_ende 179 #define ct_pdown 181 #define ct_pup 173 #define ct_f1 59 #define ct_f2 60 #define ct_f3 61 #define ct_f4 62 #define ct_f5 63 #define ct_f6 64 #define ct_f7 65 #define ct_f8 66 #define ct_f9 67 #define ct_f10 68 #define ct_f11 87 #define ct_f12 88 #endif #define cto_stp -96 #define cto_entf 83+256 #define cto_space 32 #define cto_bspace 8 #define cto_a 'a' #define cto_b 'b' #define cto_c 'c' #define cto_d 'd' #define cto_e 'e' #define cto_f 'f' #define cto_g 'g' #define cto_h 'h' #define cto_i 'i' #define cto_j 'j' #define cto_k 'k' #define cto_l 'l' #define cto_m 'm' #define cto_n 'n' #define cto_o 'o' #define cto_p 'p' #define cto_q 'q' #define cto_r 'r' #define cto_s 's' #define cto_t 't' #define cto_u 'u' #define cto_v 'v' #define cto_w 'w' #define cto_x 'x' #define cto_y 'y' #define cto_z 'z' #define cto_oe '' #define cto_ae '' #define cto_ue '' #define cto_0 '0' #define cto_1 '1' #define cto_2 '2' #define cto_3 '3' #define cto_4 '4' #define cto_5 '5' #define cto_6 '6' #define cto_7 '7' #define cto_8 '8' #define cto_9 '9' #define cto_tab 9 #define cto_esc 27 #define cto_invvalue -1 #define cto_invvalue2 -2 #define cto_left 75+256 #define cto_right 77+256 #define cto_up 72+256 #define cto_down 80+256 #define cto_enter 13 #define cto_pos1 71+256 #define cto_ende 79+256 #define cto_pdown 81+256 #define cto_pup 73+256 #define cto_einf 82+256 #define cto_f1 59+256 #define cto_f2 60+256 #define cto_f3 61+256 #define cto_f4 62+256 #define cto_f5 63+256 #define cto_f6 64+256 #define cto_f7 65+256 #define cto_f8 66+256 #define cto_f9 67+256 #define cto_f10 68+256 #define cto_f11 254 #define cto_f12 253 #define cto_minus '-' #define cto_plus '+' #define cto_point '.' #define cto_komma ',' #endif //keysymbols_h_included