Answer the question
In order to leave comments, you need to log in
Python. Pyautogui.hotkey("Ctrl", "с") doesn't work with Russian keyboard layout?
Hello.
There is a small code
import pyautogui as py
import pyperclip as pyp
import time
time.sleep(4)
py.hotkey("ctrl", "c")
a = pyp.paste()
print(a)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question