You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: streamerbot/3.api/3.csharp/_methods/core/system/KeyboardPress.md
+10-6Lines changed: 10 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,12 +13,6 @@ example: |
13
13
{
14
14
public bool Execute()
15
15
{
16
-
// The CPH method uses the SendKeys method. That means the keyPress string needs to be enclosed in curly brackets {}. To use key combinations (SHIFT, CTRL and ALT) you can use code modifiers listed in the link or the examples below.
0 commit comments