Creates a binding between the specified key stroke and an action.
'Declaration
Public Sub Put( _
ByVal As Keystroke, _
ByVal As Object _
)
'Usage
Dim instance As InputMap
Dim keystroke As Keystroke
Dim actionMapKey As Object
instance.Put(keystroke, actionMapKey)
Parameters
- keystroke
- Key stroke specified
- actionMapKey
- Action specified