Hi,
is there a way to force english language keyboard for all my putty using user specific setting. without going to my task bar and change it manually.
Thanks
Keyboard.jpg
Hi,
I don't think it's possible to do that. Do you know if it's possible to directly set a parameter in Putty for that?
David Hervieux
Hi,
I've not found into putty,
But I've a shortcut key {ALT} + {Shift} will switch to the other language. How can I send hot key before connect or after connect?
Thanks
You could try the macro in the Event tab but I doubt we will be able send those keys.
David Hervieux
I 've change the hotkey to switch language with CTRL and number 1 but doesn't work.
macro so is "^(1)". The macro is send but it's write the macron in the session "^(1)".
That issue has been discovered when I tried to implement myself before responding to your topic.
It seems that key modifiers are not taken into account for now.
It has been assigned to a dev for investigation.
Maurice
Ok thanks
if you'd rather not wait....
I had AutoIT installed on my test machine, so I used it instead
My machine is configured to use CTRL-SHIFT-0 to switch to English, so in my autoIt Macro etnry I used the embedded script mode and set it to SEND("^+0")
Best regards,
Maurice