rust-switcher 1.0.12

Windows keyboard layout switcher and text conversion utility
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
#[cfg(windows)]
pub mod convert;
#[cfg(windows)]
pub mod last_word;
pub mod mapping;
#[cfg(windows)]
mod selection_probe;
#[cfg(windows)]
mod smart;

#[cfg(windows)]
pub use convert::{switch_keyboard_layout, wait_shift_released};