rust-switcher 1.0.13

Windows keyboard layout switcher and text conversion utility
Documentation
1
2
3
4
5
6
7
8
pub const CONVERT_LAST_WORD: &str = "Convert last word";
pub const CONVERT_LAST_SEQUENCE: &str = "Convert last sequence";
pub const CONVERT_SELECTION: &str = "Convert selection";
pub const SMART_CONVERT_LAST_WORD: &str = "Smart convert last word";
pub const SMART_CONVERT_LAST_SEQUENCE: &str = "Smart convert last sequence";
pub const SMART_CONVERT_SELECTION: &str = "Smart convert selection";
pub const PAUSE: &str = "Autoconvert pause";
pub const SWITCH_LAYOUT: &str = "Switch keyboard layout";