- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
scancode(扫描码)
scancode(扫描码)
In order to set it correctly, it is necessary for us to understand the Scancode Map (scan code mapping) first. Scancode Map is a binary key value in the [HKEY_LOCAL_MacHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout] in the registry (default, no, new), and has a fixed format. The general format of Scancode Map Code: hex:00,00,00,00,00,00,00,00, |02|, 00,00,00, | mapping after the scan code (XX XX), the original scan code (XX XX) |00,00,00,00. Its meaning is: 8 00 (two DWord 0) is the version number and the head of the next byte, 02 means the minimum number of mappings, the value 02, said the only map a set (here is the number of numerical mapping with the end of the end of 00, as 00, 00. 00, so the total is a large number than the actual mapping), to map multiple groups, only need to increase the corresponding values, such as the mapping of 2 groups and its value should be 03 , 3 groups of 04. The code behind each of the 4 is a group: the first two are mapped key scan code, two is the original key scan code. If you want to exchange two keys, one has two sets of mappings, and the four values are arranged as follows: key A, key B, key B, key A - it means that the key A becomes the key B, and the key B becomes the key A. Finally, end with 00,00,00,00. After we know Scancode Map, we can use the add function key. For example, the WIN key scan code is: E0 5B, Esc is 0001, the left Ctrl is 00 1D, and more detailed scanning code, please refer to the keyboard scanning code.
5, after you restart your computer, your change will take effect.
6, you can also save the following text as scancode.reg, double-click the import registry. Through the above mentioned key check key table query, find you want to replace the Scan Code code, the ##, ## to replace it.
Windows Registry Editor Version 5
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
Scancode Map =hex:00,00,00,00,00,00,00,00,02,00,00,00, ##, ##, ##, ##, 00,00,00,00
7, for example: for
您可能关注的文档
- asus 随机软件介绍(Asus 随机软件介绍).doc
- atc scm20的打摩(ATC scm20's rubbing).doc
- atx电源维修技巧(ATX power maintenance skills).doc
- au3源码,写仿ylmf的一键还原界面(Au3 source code, to write a copy of the ylmf key to restore the interface).doc
- a二手空调选购(A used air conditioning to buy).doc
- a高二物理公式(A high physics formula).doc
- b 共 112 条(B a total of 112).doc
- ao器械介绍(Introduction of Ao instruments).doc
- bandai高达分类(万代高达分类).doc
- autodesk_maya_2010_产品专家(2级)认证参考样题(autodesk _ maya _ 2010 _ 产品专家 (2级) 认证参考样题).doc
- sdafsd(sdafsd).doc
- se vuol ballare(SE想干球).doc
- se-econ-coffee-11feb11-web(if - and - coffee - 11feb11 - web).doc
- siemens-hicom300e配置(Siemens-hicom300e configuration).doc
- shell获取昨天、明天或多天前的日期(Shell gets the date of yesterday, tomorrow, or more than a few days ago).doc
- sipple综合征合并甲亢一例(A case of Sipple syndrome complicated with hyperthyroidism).doc
- sm421维护保养作业指导书(Sm421 maintenance operation instruction).doc
- smart解读(smart解读).doc
- scsi阵列卡使用(SCSI array card usage).doc
- smt编辑知识汇总(SMT edit knowledge summary).doc
文档评论(0)