window.h
changeset 424 4c7808af7526
parent 380 03dd36311cc1
child 543 e3b43338096b
equal deleted inserted replaced
423:9e28d68fa333 424:4c7808af7526
   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