回答編集履歴

1

補足を追加

2020/09/25 03:02

投稿

Daregada
Daregada

スコア11990

test CHANGED
@@ -3,3 +3,13 @@
3
3
 
4
4
 
5
5
  `pg.hotkey('win')`とか`pg.hotkey('ctrl', 'esc')`とすれば、スタートメニューが開きます。
6
+
7
+
8
+
9
+ > The hotkey() Function
10
+
11
+ To make pressing hotkeys or keyboard shortcuts convenient, the hotkey() can be passed several key strings which will be pressed down in order, and then released in reverse order.
12
+
13
+
14
+
15
+ [Keyboard Control Functions — PyAutoGUI documentation](https://pyautogui.readthedocs.io/en/latest/keyboard.html)