Data structures
Public Type Key
    code As String
    func As String
    act As String
End Type
Public Type Remote
    name As String
    bcount As Integer
    Button(200) As Key
End Type