Quick Question.

How do I make my own Input Button for the G key?

void Update ()
{
if(Input.GetKeyDown(KeyCode.G))
{
Debug.Log(" G KEY PRESSED");
}
}

What I’m asking is how do I make my own Input Button for the G key? By using Edit>Project Settings>Input