MCPcopy Create free account
hub / github.com/TyberiusPrime/KeyToKey / UnicodeSendMode

Enum UnicodeSendMode

src/lib.rs:233–242  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

231/// so the keyboard needs to provide some kinde of switch key.
232#[derive(Clone, Copy, Debug, PartialEq, Eq)]
233pub enum UnicodeSendMode {
234 //default X
235 Linux = 1,
236 LinuxDvorak,
237 /// use https://github.com/samhocevar/wincompose
238 WinCompose,
239 WinComposeDvorak,
240 // used by the tests
241 Debug,
242}
243impl Default for UnicodeSendMode {
244 fn default() -> UnicodeSendMode {
245 UnicodeSendMode::Linux

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected