Using mintty as terminal, running it like this :
C:\cygwin64\bin\mintty.exe -i /Cygwin-Terminal.ico -
I cannot type characters like ~,[,{ ...
But I can type all those characters on the windows cmd terminal, and on cygwin default terminal, running cygwin.bat :
@echo off
C:
chdir C:\cygwin64\bin
bash --login -i
What's doing mintty on my keyboard ?
* This is only happening when logged remotely using Teamviewer *