|
Post by bakemono on Dec 30, 2022 23:50:03 GMT
Hello, I wanted to do something like this: type("name" + Key.TAB) But Key is undefined. The Key.TAB and Key.ENTER was listed in the link on the API for Sikulix. Is there a correct way to do this?
|
|
|
Post by AnkuLua on Dec 31, 2022 0:59:26 GMT
First, choose accessibility for touch in AnkuLua settings. Use \t for tab and \n for new line For example,
type("first line\na\tTab\nab\tTab")
|
|