pub fn caps( keystroke: &str, macos: bool, strings: &Strings, ) -> Vec<SharedString>
Splits a keystroke into the caps to draw.
Written as a free function so the platform choice can be tested on any host.