Garry's Mod Wiki

input.GetKeyCode

  number input.GetKeyCode( string button )

Description

Gets the button code from a button name. This is opposite of input.GetKeyName.

Arguments

1 string button
The internal button name, such as e or ⇧ shift.

Returns

1 number
The button code, see BUTTON_CODE enum.