return "0"; | return "0"; | ||||
} | } | ||||
get lastaction(){ | |||||
get lastkeyaction(){ | |||||
return KEYMAP["lastaction"]; | return KEYMAP["lastaction"]; | ||||
} | } | ||||
return KeymapEventName(); | return KeymapEventName(); | ||||
} | } | ||||
get currentCodes(){ | |||||
get currentKeyCodes(){ | |||||
return KEYMAP["currentcodes"].map(e=>e[0]); | return KEYMAP["currentcodes"].map(e=>e[0]); | ||||
} | } | ||||