Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Saya47 authored Oct 14, 2022
1 parent 9466d3a commit ce366a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# GetKeyboardLayout
A small DLL to be used on scripts (such as AHK) to correctly get the current keyboard layout.

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.
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 comments on commit ce366a1

Please sign in to comment.