window caps 轉換成 ctrl 按鍵對映

低調的軟體開發工程師發表於2020-10-28
  1. 將如下程式碼寫入到檔案中,並且命名為 .reg
  2. 執行.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,3a,00,1d,00,1d,00,3a,00,\
  00,00,00,00

 

相關文章