tmapldr.h
上传用户:tigerk9
上传日期:2020-03-10
资源大小:237k
文件大小:5k
- ///////////////////////////////////////////////////////////////////
- // //
- // File format : //
- // //
- // Comments with a ; in column 1 //
- // Empty Lines ignored //
- // The words are separated by a space, a tab, or a plus ("+") //
- // //
- // First a [GLOBAL] section : //
- // [GLOBAL] //
- // VK_F1 112 //
- // . //
- // . //
- // [END_GLOBAL] //
- // //
- // The GLOBAL section defines the names of the keys //
- // and the virtual key code they have. //
- // If you repeat a name you'll overwrite the code. //
- // You can name the keys anything you like //
- // The Virtual key nymber must be in Decimal //
- // After the number you can put anything : it is ignored //
- // Here you must put ALL the keys you'll use in the //
- // other sections. //
- // //
- // Then the emulations sections : //
- // //
- // [SCO_ANSI] //
- // //
- // VK_F1