You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A small DLL to be used on scripts (such as AHK) to correctly get the current keyboard layout.
3
3
4
-
Using DLL calls on AHK usually returns wrong results for getting the current keyboard layout identifier. So I created this dll which can be called with RunDll32.exe and used on AHK scripts, there's an example AHK file on the repository.
4
+
Using DLL calls on AHK usually returns wrong results for getting the current keyboard layout identifier. So I created this dll which can be called with RunDll32.exe and used on AHK scripts, there's an example AHK file on here: https://github.com/Saya47/GetKeyboardLayout/blob/main/Example-AHK_L.ahk
0 commit comments