How do I disable the 'Turn left' and 'turn right' keys?

I’m new to ContextActionService, and I need someone to explain it to me. I don’t see a enumeration for the key ‘>’ or ‘<’, how do I disable these keys to prevent the player from shifting left and right (at 45 degrees)?

https://education.roblox.com/en-us/resources/arcade-game-adding-player-controls

This shows me how to create a moving ship and action keys, yet it doesn’t explain the service well. I’ve read the main article for it and I still don’t understand…

Enum.KeyCode.LessThan
Enum.KeyCode.GreaterThan

Here’s the function you’ll need:
https://developer.roblox.com/en-us/api-reference/function/ContextActionService/BindAction