##############################################################
# Code Page 437 Compose Sequence Table
#
# This table maps the X keyboard symbols to the DOS compose
# sequences for equivalent characters. All Xsymbols that
# have an equivalent character in IBM Code Page 437 are 
# mapped by this table.
#
# This table is loaded after a specific keyboard table.
# At that time, any Xsymbol mapping that is not already  
# defined in the keyboard table is defined by this table.
# 
##############################################################
# start of compose characters
#
# X-symbol		CP437	Comment 
         
## Latin_1 7-bit definitions
XK_Return		13
XK_space		32
XK_exclam		33
XK_quotedbl		34
XK_numbersign		35
XK_dollar		36
XK_percent		37
XK_ampersand		38
XK_apostrophe		39
XK_quoteright		39
XK_parenleft		40
XK_parenright		41
XK_asterisk		42
XK_plus			43
XK_comma		44
XK_minus		45
XK_period		46
XK_slash		47
XK_0			48
XK_1			49
XK_2			50
XK_3			51
XK_4			52
XK_5			53
XK_6			54
XK_7			55
XK_8			56
XK_9			57
XK_colon		58
XK_semicolon		59
XK_less			60
XK_equal		61
XK_greater		62
XK_question		63
XK_at			64
XK_A			65
XK_B			66
XK_C			67
XK_D			68
XK_E			69
XK_F			70
XK_G			71
XK_H			72
XK_I			73
XK_J			74
XK_K			75
XK_L			76
XK_M			77
XK_N			78
XK_O			79
XK_P			80
XK_Q			81
XK_R			82
XK_S			83
XK_T			84
XK_U			85
XK_V			86
XK_W			87
XK_X			88
XK_Y			89
XK_Z			90
XK_bracketleft		91
XK_backslash 		92
XK_bracketright		93
XK_asciicircum		94
XK_underscore		95
XK_grave		96
XK_quoteleft		96
XK_a			97
XK_b			98
XK_c			99
XK_d			100
XK_e			101
XK_f			102
XK_g			103
XK_h			104
XK_i			105
XK_j			106
XK_k			107
XK_l			108
XK_m			109
XK_n			110
XK_o			111
XK_p			112
XK_q			113
XK_r			114
XK_s			115
XK_t			116
XK_u			117
XK_v			118
XK_w			119
XK_x			120
XK_y			121
XK_z			122
XK_braceleft		123
XK_bar			124
XK_braceright		125
XK_asciitilde		126

## Latin_1 8-bit definitions
        
XK_nobreakspace	255		## Blank at end of IBM set
XK_exclamdown		173		# upside down exclamation
XK_cent			155
XK_sterling		156
XK_yen			157
XK_section		21		# Paragraph, section
XK_ordfeminine		166
XK_guillemotleft	174		# DOS left double angle 
XK_notsign		170
XK_degree		248
XK_plusminus		241
XK_twosuperior		253
XK_mu			230
XK_paragraph		20		# Really Pilcrow in ISO 8859_1
XK_periodcentered	250
XK_masculine		167		# Masculine ordinal
XK_guillemotright	175		# Right angle quotation mark
XK_onequarter		172
XK_onehalf		171
XK_questiondown		168
XK_Adiaeresis		142
XK_Aring		143
XK_AE			146
XK_Ccedilla		128
XK_Eacute		149
XK_Ntilde		165
XK_Odiaeresis		153
XK_Udiaeresis		159		
XK_agrave		133
XK_aacute		160
XK_acircumflex		131
XK_adiaeresis		132
XK_aring		134
XK_ae			145
XK_ccedilla		135
XK_egrave		138
XK_eacute		130
XK_ecircumflex		136
XK_ediaeresis		137
XK_igrave		141
XK_iacute		161
XK_icircumflex		140
XK_idiaeresis		139
XK_eth			
XK_ntilde		164
XK_ograve		149
XK_oacute		162
XK_ocircumflex		147
XK_odiaeresis		148
XK_division		246
XK_ugrave		151
XK_uacute		163
XK_ucircumflex		150
XK_udiaeresis		129
XK_ydiaeresis		152

## Greek

XK_Greek_GAMMA		226
XK_Greek_THETA		233
XK_Greek_SIGMA		228
XK_Greek_PHI		232
XK_Greek_OMEGA		234
XK_Greek_alpha		224
XK_Greek_beta		225
XK_Greek_delta		235
XK_Greek_epsilon	238
XK_Greek_mu		230
XK_Greek_pi		227
XK_Greek_sigma		229
XK_Greek_tau		231
XK_Greek_phi		237

## Technical

XK_leftradical		251
XK_topintegral		244
XK_botintegral		245
XK_vertconnector	179
XK_topleftsqbracket	218
XK_botleftsqbracket	192
XK_toprightsqbracket	191	
XK_botrightsqbracket	217	
XK_lessthanequal	243
XK_greaterthanequal	242
XK_infinity		236
XK_approximate		247
XK_identical		240
XK_radical		251
XK_intersection		239
XK_leftarrow		27
XK_uparrow		24
XK_rightarrow		26
XK_downarrow		25

## Special

XK_blank		0
XK_soliddiamond		4
XK_lowrightcorner	217
XK_uprightcorner	191
XK_upleftcorner		218
XK_lowleftcorner	192
XK_crossinglines	197
XK_horizlinescan5	196
XK_leftt		195
XK_rightt		180
XK_bott			193
XK_topt			194
XK_vertbar		124		

## Publishing

XK_leftanglebracket	60
XK_decimalpoint		46
XK_rightanglebracket	62	
XK_rightsinglequotemark	49
XK_rightdoublequotemark	34
XK_leftpointer		27
XK_rightpointer		26
XK_club			5
XK_diamond		4
XK_heart		3
XK_malesymbol		11
XK_femalesymbol		12
XK_caret		94
