Function accelerator_parse_with_keycode

Source
pub fn accelerator_parse_with_keycode(
    accelerator: impl IntoGStr,
    display: Option<&impl IsA<Display>>,
) -> Option<(Key, Slice<u32>, ModifierType)>