AutoHotkey:禁用 Ctrl+Shift(Windows 10 - 键盘布局切换)

use*_*ser 5 autohotkey windows-10-desktop

我怎样才能禁用Ctrl+Shift在Windows 10热键(键盘布局切换)使用AutoHotkey的?

(不过,我想保留的所有这一切的组合: Ctrl+ Shift+ Any other key

我试过这个,但它没有阻止热键:

; Test.ahk
; Try disable Ctrl+Shift
+^::
Run Code Online (Sandbox Code Playgroud)

编辑:我找到了一种在没有 AHK 的较新的 Windows 10 版本中禁用它的方法:
https : //superuser.com/a/1322396
但我认为这个问题仍然存在。

小智 10

Write this in your execute prompt (using Window + r):

rundll32 Shell32.dll,Control_RunDLL input.dll,,{C07337D3-DB2C-4D0B-9A93-B722A6C106E2}{HOTKEYS}
Run Code Online (Sandbox Code Playgroud)

it will show you the panel directly so you can disable the hotkey in the change key sequence button.


小智 1

Click "Clock, Language, and Region" from the control panel
Click "Language"
Click "Advanced settings" in the right column
Under "Switching input methods", click "Change language bar hot keys"
Select "Between input languages" and click "Change Key Sequence"
Disable/change the keyboard shortcut as you'd like
Run Code Online (Sandbox Code Playgroud)