| 18 | |
| 19 | #[repr(u8)] |
| 20 | pub 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. |
nothing calls this directly
no outgoing calls
no test coverage detected