What is the Input name of > and < ?

i want to make 2 new imputs. one the > button and the other the < button. But what are the names i write under positive button thing?

Comma and period. “,” and “.”

KeyCode.Comma and KeyCode.Period

Unity doesn’t care about shifts on inputs. If you do then you have to check for left shift and right shift by yourself.

KeyCode.Greater and KeyCode.Less