How do I press multiple keys at once?

I’m trying to code something, and I need to press CTRL+T at the same time. How do I do this in DuckyScript?

Should be like the next line.
CTRL T

Do not add a ā€œ+ā€ sign. I believe ā€œ-ā€ is used between modifier key if you have more then 1. Example CTRL-ALT or CTRL-ALT T. This appears to be one difference between Duck and Flipper. The T is not a modifier so no ā€œ-ā€.

Second, here are docs for Flipper.

1 Like

I already tried this, it did not work :frowning:

What are you expecting CTRL T to do?

Sorry for the late reply. I am expecting CTRL T to open a new Chrome tab in ChromeOS.

1 Like

It works for me.
open_tab.txt (14 Bytes)

1 Like