← Back to team overview

sikuli-driver team mailing list archive

Re: [Question #817924]: Changing language using sikuli

 

Question #817924 on SikuliX changed:
https://answers.launchpad.net/sikuli/+question/817924

david posted a new comment:
In Sikuli on Linux, you can switch the language using ALT + SHIFT with
this code:

python

import time
type("shift", KeyModifier.ALT)
time.sleep(0.1)  # Small delay to ensure keypress is registered
type("shift", KeyModifier.ALT)

Ensure you have the correct permissions and the Sikuli environment is
properly set up for key simulation.

-- 
You received this question notification because your team Sikuli Drivers
is an answer contact for SikuliX.