Skip to content
New issue

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

更改键盘映射小工具SharpKeys,仅80KB #15

Open
llmm0o opened this issue Sep 10, 2024 · 0 comments
Open

更改键盘映射小工具SharpKeys,仅80KB #15

llmm0o opened this issue Sep 10, 2024 · 0 comments

Comments

@llmm0o
Copy link

llmm0o commented Sep 10, 2024

官网 https://github.com/randyrants/sharpkeys/releases
简介:一款可以重新定义您键盘所有按键功能的小程序,通过加载注册表的方式,修改您需要的按键组合和功能表达式。
使用技巧:将左边的键映射到右边,最后点击“write to register”应用,重启Win。
8a275a6e28c8a76baa1f682c35affcff

以下是几个高效英文布局,我写成批处理,你把不要的删掉再执行:

@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

@llmm0o llmm0o changed the title 【推荐】Windows更改键盘映射小工具SharpKeys,仅80KB 【推荐】更改键盘映射小工具SharpKeys,仅80KB Sep 10, 2024
@llmm0o llmm0o changed the title 【推荐】更改键盘映射小工具SharpKeys,仅80KB 更改键盘映射小工具SharpKeys,仅80KB Sep 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant