i have a problem with using sendkeys powershell method, so when i type this code in the console:
$obj = New-Object -com Wscript.Shell
$obj.SendKeys("a")
with keyboard configured in french language, i have the character a
displayed, but when i turn the language of the keyboard to Arabic (Algeria), i get the character ش
displayed instead of ض
, it looks like the keyboard change from azerty configuration to qwerty.
also, i've tried to change arabic configuration of the keyboard to arabic (102) AZERTY, arabic (102) and arabic (101)
can someone help me please.