moses-palmer / pynput

Sends virtual input commands
GNU Lesser General Public License v3.0
1.79k stars 248 forks source link

could pynput switch an input method? #384

Closed leafonsword closed 3 years ago

leafonsword commented 3 years ago

It seems autohotkey could switch an input method based on certain logic:Change input method from Chinese to English... is this AHK territory?

Could pynput do this too?

moses-palmer commented 3 years ago

I am sorry for this very late response.

No, this is not in scope for this library. Perhaps you could trigger keyboard layout changes on some platforms by mocking the keys for doing that though.