Force keyboard language on putty session

Force keyboard language on putty session

avatar

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

All Comments (7)

avatar

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

avatar

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

avatar

You could try the macro in the Event tab but I doubt we will be able send those keys.

David Hervieux

avatar

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)".

avatar

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

avatar

Ok thanks

avatar

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