Auto hot key to customize keyboard strokes

Documentation

Install autohotkey. Find documentation here.

Remarks

Create < and >

Create a script for alt+z to be < lessThan.ahk

!z::
Send, <
return

Create a script for alt+x to be > greaterThan.ahk

!x::
Send, >
return

Double click the files (once AHK is installed) and that’s it.

For running them on startup, create shortcut and copy them into windows startup folder.