MCPcopy Create free account
hub / github.com/Canop/crokey / KeyCombinationFormat

Class KeyCombinationFormat

src/format.rs:61–69  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

59/// ```
60#[derive(Debug, Clone)]
61pub struct KeyCombinationFormat {
62 pub control: String,
63 pub command: String, // also called 'super', 'apple', 'windows'
64 pub alt: String,
65 pub shift: String,
66 pub enter: String,
67 pub uppercase_shift: bool,
68 pub key_separator: String,
69}
70
71impl Default for KeyCombinationFormat {
72 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected