This script is designed to monitor changes in the keyboard layout and display a notification when a change is detected. It's particularly useful for ensuring that you're using the correct keyboard layout for your tasks.
The script continuously checks the keyboard layout at regular intervals. If a change is detected, it displays a notification with the message "SWITCHED". The notification is displayed as an image, which is specified by the switched.png file.
Simply run the script. It will start monitoring your keyboard layout. If a change is detected, a notification will be displayed.
No special installation steps are required. Ensure you have AutoHotKey installed on your system.
This project is licensed under the MIT License - see the LICENSE file for details.
Thanks to the AutoHotKey community for providing valuable resources and support.