Fix the right alt(altgr) problem with putty
My change is very simple, I just disabled the altgr translation, so the right alt key will be treated the same as left alt key, this way the desired right alt key is back. (But it might also breaks the altgr if you try to use it with a altgr keyboard)
Files:
This is the file where I made the fix:
window.c
This is all the source packed together, (compilable, check the README inside on how to compile):
source.zip
This is the already built binary:
putty.exe