++ Keyboard.IsDown не отработал корректно (вместо True False) Фактически клавиша была нажата #27

Open
opened 2 years ago by floidd · 3 comments
floidd commented 2 years ago (Migrated from gitlab.com)

lUIO = UIOSelectorList(inUIOSelectorStr = lUIOSelectorStr)[0]
time.sleep(2)
print(Keyboard.IsDown(Keyboard.KEY_HOT_CTRL_LEFT))
Keyboard.Down(Keyboard.KEY_HOT_CTRL_LEFT)
print(Keyboard.IsDown(Keyboard.KEY_HOT_CTRL_LEFT))
time.sleep(1)
print(Keyboard.IsDown(Keyboard.KEY_HOT_CTRL_LEFT))
if not Keyboard.IsDown(Keyboard.KEY_HOT_CTRL_LEFT):
print('g')
UIOClick(inUIO = lUIO)

lUIO = UIOSelectorList(inUIOSelectorStr = lUIOSelectorStr)[0] time.sleep(2) print(Keyboard.IsDown(Keyboard.KEY_HOT_CTRL_LEFT)) Keyboard.Down(Keyboard.KEY_HOT_CTRL_LEFT) print(Keyboard.IsDown(Keyboard.KEY_HOT_CTRL_LEFT)) time.sleep(1) print(Keyboard.IsDown(Keyboard.KEY_HOT_CTRL_LEFT)) if not Keyboard.IsDown(Keyboard.KEY_HOT_CTRL_LEFT): print('g') UIOClick(inUIO = lUIO)
UnicodeLabs commented 1 year ago (Migrated from gitlab.com)

changed title from Keyboard.IsDown не отработал корректно (вместо True False) Фактически клавиша была нажата to {++++++++++++++ +}Keyboard.IsDown не отработал корректно (вместо True False) Фактически клавиша была нажата

changed title from **Keyboard.IsDown не отработал корректно (вместо True False) Фактически клавиша была нажата** to **{++++++++++++++ +}Keyboard.IsDown не отработал корректно (вместо True False) Фактически клавиша была нажата**
floidd commented 1 year ago (Migrated from gitlab.com)

Проблема возникает в сочитании с Keyboard.Down

Проблема возникает в сочитании с Keyboard.Down
UnicodeLabs commented 1 year ago (Migrated from gitlab.com)

changed title from {-+++++++++++-}++ Keyboard.IsDown не отработал корректно (вместо True False) Фактически клавиша была нажата to ++ Keyboard.IsDown не отработал корректно (вместо True False) Фактически клавиша была нажата

changed title from **{-+++++++++++-}++ Keyboard.IsDown не отработал корректно (вместо True False) Фактически клавиша была нажата** to **++ Keyboard.IsDown не отработал корректно (вместо True False) Фактически клавиша была нажата**
Sign in to join this conversation.
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date

No due date set.

Dependencies

No dependencies set.

Reference: OPEN_RPA_PUBLIC/ORPA-pyOpenRPA#27
Loading…
There is no content yet.