windows键位映射修改:Caps –> Left ctrl; Right ctrl –> Caps; windows修改映射是通过注册表,新建文件keymap.reg,用记事本打开,输入以下内容:

Windows Registry Editor Version 5.00
[HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Keyboard Layout]
"Scancode Map"=hex:00,00,00,00,00,00,00,00,03,00,00,00,1d,00,3a,00,3a,00,1d,e0,00,00,00,00
 
# 使用方法:更改拓展名为.reg   删除注释 双击运行
# 1d,00,3a,00 表示将Caps键替换为Left Ctl,
# 3a,00,1d,e0表示将RightCtrl替换为Caps

恢复键位:

Windows Registry Editor Version 5.00
 
[HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\Keyboard Layout]
"Scancode Map"=-

相关文章:

  • 2021-11-17
  • 2022-12-23
  • 2021-11-30
  • 2022-12-23
  • 2021-05-17
  • 2022-02-01
  • 2021-06-07
  • 2021-07-11
猜你喜欢
  • 2022-12-23
  • 2021-10-07
  • 2022-12-23
  • 2022-12-23
  • 2021-04-20
  • 2022-12-23
相关资源
相似解决方案