BokolizZ Posted May 12, 2013 Posted May 12, 2013 Hello all, is there any way to make a script that will install some certain keyboard layouts and then immediately uninstall them? When I say 'install' I mean that I originally cycle through two layouts with Alt + Shift, so installing another layout would mean I will be cycling through more, and vice versa. Thanks in advance
mikell Posted May 12, 2013 Posted May 12, 2013 You should try _WinAPI_SetKeyboardLayout() from the udf WinAPIEx.au3
BokolizZ Posted May 13, 2013 Author Posted May 13, 2013 (edited) Uhm, Doesn't this just change the language? I mean, If I am typing in english right now, and I use this script I will be writing in another language.What I am trying to do is: Let's say that I am using Alt + Shift to cycle through English, Greek and Japanese. After using the script, I would expect that I would no longer be cycling through Japanese. However, I am kinda newb in AutoIt, so correct me if I am mistaken.. Edited May 13, 2013 by BokolizZ
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now