Skip to content

A program that keeps your keyboard language in check by binding it to specific applications.

Notifications You must be signed in to change notification settings

halfzebra/rust-win-keyboard-experiment

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

⌨ Rust Windows Keyboard Experiment

This program is designed to automatically switch your keyboard layout based on the application you are currently using. By providing a configuration file in YAML format, you can specify which keyboard layout should be used for each application. The program will continuously monitor your active window and switch the layout accordingly. This can save you time and effort by eliminating the need to manually switch your layout every time you switch between different applications. Additionally, it can be useful for users who frequently switch between languages and want to avoid accidentally typing in the wrong one.

Running Locally

Create a config file with language code to app mapping.

en-US: 
  - Code.exe
  - steam.exe
  - HuntGame.exe
  - ubuntu2004.exe
uk-UA: 
  - Discord.exe
  - Telegram.exe

Compile the binary or run directly from source:

cargo run .\mocks\lang.yml

Useful Links

About

A program that keeps your keyboard language in check by binding it to specific applications.

Topics

Resources

Stars

Watchers

Forks

Languages