pub fn key_events_for<const INSTRUCTION_COUNT: usize>( config: Config<INSTRUCTION_COUNT>, keymap_index: u16, _: Execution, ) -> KeyEvents<Event>
Converts the instruction to a scheduled event, if applicable.