espanso / espanso

Cross-platform Text Expander written in Rust
https://espanso.org
GNU General Public License v3.0
10k stars 277 forks source link

Injections don't work consistently on Roblox macOS #2112

Open Oneechan69 opened 6 hours ago

Oneechan69 commented 6 hours ago

Description

My trigger "Hit ready to skip the timer" doesn't work consistently in Roblox, it either adds an r before it (rHit), or stops at "th". I found clipboard to work better but still has errors sometimes.

Steps to reproduce

Add this trigger

  - trigger: "tdsr"
    replace: "Hit ready to skip the timer"
    force_mode: clipboard

Expected behavior

No response

Screenshots

No response

Logs

No response

Your environment

Self-service

smeech commented 5 hours ago

It's likely that Roblox monitors the keystrokes as they're inserted as it filters depending on age etc. settings. I presume copying and pasting the same text works reliably?

It may be worth trying some of the delay options in your config/default.yml and transferring them to an app-specific configuration if successful.