Dirk Schiller

Results 41 comments of Dirk Schiller

``` com.github.rainmanwy.robotframework.sikulilib.exceptions.ScreenOperationException: Paste text failed ```

How do you do `Image could be empty` ? I did it like this: ``` Paste Text \ My Text to enter ```

Seems ``` Input Text \ abcdefghijklmnopqrstuvwxyz ``` only types `abcdefghijkl` and the `m` seems to open the Application Menu.

Possibly that may also be the failure with the `s` where it could be invoke a Modifier Key + `S`.

Is there a way to avoid modifier keys while typing text only ?

Interesting: Same happens with `pyautogui`.

Seems the letters / keys `mM` and `sS` are the ones with issues here. Also `y`, `Y` and `z`, `Z` are reversed.

``` aAbBcCdDeEfFgGhHiIjJkKlLmMnNoOpPqQrRsStTuUvVwWxXyYzZ ^^ ^^ ^^^^ doesn't work, seems to | | open the File Menu | | work's only sometimes | reversed ```

Updated to latest SikuliLibrary 2.0.3 and `Paste Text` doesn't do anything. You sure it types text or it like the name says paste text from clipboard ? Also figured out...

It seems `Input Text` uses the english keyboard layout and maps it to the selected one ( german in my case ). Which means when I want to type a...