window.h
changeset 129 df1a60bc0d70
parent 116 ca4332a9ec1d
child 158 b1a821f84250
equal deleted inserted replaced
128:28ebd80f6521 129:df1a60bc0d70
   122 	WKC_F9 = 41,
   122 	WKC_F9 = 41,
   123 	WKC_F10 = 42,
   123 	WKC_F10 = 42,
   124 	WKC_F11 = 43,
   124 	WKC_F11 = 43,
   125 	WKC_F12 = 44,
   125 	WKC_F12 = 44,
   126 
   126 
   127 	// Required for french keyboard
   127 	// backquote is the key left of "1"
   128 	WKC_AMPERSAND = 45,
   128 	// we only store this key here, no matter what character is really mapped to it
       
   129 	// on a particular keyboard. (US keyboard: ` and ~ ; German keyboard: ^ and °)
       
   130 	WKC_BACKQUOTE = 45,
   129 	
   131 	
   130 	// 0-9 are mapped to 48-57
   132 	// 0-9 are mapped to 48-57
   131 	// A-Z are mapped to 65-90
   133 	// A-Z are mapped to 65-90
   132 	// a-z are mapped to 97-122
   134 	// a-z are mapped to 97-122
   133 	
   135