Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Autocorrect is very aggressive on macOS #232

Open
wally-crunk opened this issue Oct 9, 2024 · 1 comment
Open

Autocorrect is very aggressive on macOS #232

wally-crunk opened this issue Oct 9, 2024 · 1 comment
Labels
fix-committed Fix for the issue is in the main branch

Comments

@wally-crunk
Copy link

wally-crunk commented Oct 9, 2024

TrguiNG has some great advantages over other RPC clients, particularly speed and the ability to handle adding several .torrent files at once. Kudos!

One area of usability that is a pain point on macOS is that the autocorrect is very aggressive. The search bar will constantly try to change partial word matches to the closest dictionary word. For example, entering a valid substring like
ethio
in search, it is replaced by
Ethic
which won't match the desired the file.

Pressing [F6] (Move Download) and typing a pathname like

/downloads/joe
will immediately be replaced by
/downloads/Joe

which is a problem. I'm guessing there is a way to specify to the underlying APIs that text fields should be handled as literals and not subjected to the system-wide autocorrect. Please consider this!

qu1ck added a commit that referenced this issue Oct 14, 2024
@qu1ck qu1ck added the fix-committed Fix for the issue is in the main branch label Oct 14, 2024
@wally-crunk
Copy link
Author

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix-committed Fix for the issue is in the main branch
Projects
None yet
Development

No branches or pull requests

2 participants