RemoveMapping(Keys) Method
Removes a key mapping from the keyboard map. This method should only be used to remove non-extended keys.
void RemoveMapping(
Keys
)
'Declaration
Overloads Sub RemoveMapping( _
ByVal As Keys _
)
'Usage
Dim instance As IKeyboardMapper
Dim key As Keys
instance.RemoveMapping(key)
Parameters
- key
- The key sequence for which to remove the mapping.