wManager.Wow.Helpers Namespace
WRobot

Keybindings..::..SetKeyByAction Method

Set the key by action.

Namespace:  wManager.Wow.Helpers
Assembly:  wManager (in wManager.dll)

Syntax


public static void SetKeyByAction(
	Keybindings action,
	string key
)
Public Shared Sub SetKeyByAction ( _
	action As Keybindings, _
	key As String _
)
public:
static void SetKeyByAction(
	Keybindings^ action, 
	String^ key
)

Parameters

action
Type: wManager.Wow.Enums..::..Keybindings
The action.
key
Type: String
The key.