How to prevent character layout translation in Windows VMware workstation console when pasting in a Linux VM?

I’ve enabled copy/paste in my VM vmx file of my Linux VM :

Name Value
isolation.tools.copy.disable FALSE
isolation.tools.paste.disable FALSE
isolation.tools.setGUIOptions.enable TRUE

When try and paste admin , I get qd,in instead :

Pasting to a Linux VM

I tried this solution but it did not work.

How can I fix this ?