window.h
changeset 424 a3095d8c1c6a
parent 380 87faf9e3216f
child 543 946badd71033
equal deleted inserted replaced
423:f99aa417225f 424:a3095d8c1c6a
   126 
   126 
   127 	// backquote is the key left of "1"
   127 	// backquote is the key left of "1"
   128 	// we only store this key here, no matter what character is really mapped to it
   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 °)
   129 	// on a particular keyboard. (US keyboard: ` and ~ ; German keyboard: ^ and °)
   130 	WKC_BACKQUOTE = 45,
   130 	WKC_BACKQUOTE = 45,
       
   131 	WKC_PAUSE     = 46,
   131 
   132 
   132 	// 0-9 are mapped to 48-57
   133 	// 0-9 are mapped to 48-57
   133 	// A-Z are mapped to 65-90
   134 	// A-Z are mapped to 65-90
   134 	// a-z are mapped to 97-122
   135 	// a-z are mapped to 97-122
   135 
   136