We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
官网 https://github.com/randyrants/sharpkeys/releases 简介:一款可以重新定义您键盘所有按键功能的小程序,通过加载注册表的方式,修改您需要的按键组合和功能表达式。 使用技巧:将左边的键映射到右边,最后点击“write to register”应用,重启Win。
以下是几个高效英文布局,我写成批处理,你把不要的删掉再执行:
@echo off rem qgmlwy reg add "HKLM\SYSTEM\ControlSet001\Control\Keyboard Layout" /f /v "Scancode Map" /t REG_BINARY /d 0000000000000000150000002300270020001e00240030001400200032001200310021001300220017002300160017001e0024001200250018002600190032002500310030001800270019002600130011001400210016002200110000000000 rem minimak reg add "HKLM\SYSTEM\ControlSet001\Control\Keyboard Layout" /f /v "Scancode Map" /t REG_BINARY /d 00000000000000000D00000020001200140020001200250025001400240031003100240013002100210013001800260019002700260018002700190000000000 rem halmak reg add "HKLM\SYSTEM\ControlSet001\Control\Keyboard Layout" /f /v "Scancode Map" /t REG_BINARY /d 00000000000000001f0000002d0033002500340015003500170027001f001e00350030002f002e003100200013001200140021003300220034002300160017001e002400120025001800260019003200220031002000180024001900110010003000130023001f002c001400100016002e002f002600110032002d002700150021002c0000000000
The text was updated successfully, but these errors were encountered:
No branches or pull requests
官网 https://github.com/randyrants/sharpkeys/releases
简介:一款可以重新定义您键盘所有按键功能的小程序,通过加载注册表的方式,修改您需要的按键组合和功能表达式。
使用技巧:将左边的键映射到右边,最后点击“write to register”应用,重启Win。
以下是几个高效英文布局,我写成批处理,你把不要的删掉再执行:
The text was updated successfully, but these errors were encountered: