GIG6OV3GWLVCJS33OW7JOCNVMFTNTCNCFKYEN37ZDTKEQBKUMSXAC if App.ctrl_down() or App.alt_down() or App.cmd_down() then return end
if App.any_modifier_down() thenif App.key_down(t) then-- The modifiers didn't change the key. Handle it in keychord_pressed.returnelse-- Key mutated by the keyboard layout. Continue below.endend