pub fn mods_prefix_string(
shift: bool,
ctrl: bool,
alt: bool,
logo: bool,
) -> StringExpand description
Returns a string representing modifiers using the OS’s conventional names and ordering. For example, on Windows this function might produce “Ctrl + Shift + Alt + Win + “ while on macOS it might produce “Ctrl + Option + Shift
- Cmd + “.