Skip to main content

caps

Function caps 

Source
pub fn caps(
    keystroke: &str,
    macos: bool,
    strings: &Strings,
) -> Vec<SharedString>
Expand description

Splits a keystroke into the caps to draw.

Written as a free function so the platform choice can be tested on any host.