cannot type some characters with mintty

Viewed 349

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 *

0 Answers
Related