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

Enum AutoOff

src/handlers/layer.rs:20–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18
19#[repr(u8)]
20pub enum AutoOff {
21 No,
22 AfterMatch,
23 AfterNonModifier,
24 AfterAll
25}
26
27/// A layer either rewrites a key to another one
28/// or outputs a string upon key release.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected