forked from flipperdevices/flipperzero-firmware
-
-
Notifications
You must be signed in to change notification settings - Fork 594
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
Describe the bug.
I want to run a script and have it working on Windows with German keyboard layout.
I tried with that script: Hacker_Typer.txt
It's not working. The key codes are still sent with US layout.
Am I doing something wrong, or is there a bug?
How could I best debug this? There is a FURI_LOG_D statement in the code. Is there an easy way to see this log?
| FURI_LOG_D(WORKER_TAG, "keyboard layout set: %hu", layout); |
Reproduction
- put attached script on flipper storage
- set windows keyboard to German
- run script
- get error message about malformed URL
Target
Logs
No response
Anything else?
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working