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

Function to deactivate listening #15

Open
2 tasks done
henrikth93 opened this issue Oct 16, 2024 · 4 comments
Open
2 tasks done

Function to deactivate listening #15

henrikth93 opened this issue Oct 16, 2024 · 4 comments
Assignees
Labels
feature New feature or request

Comments

@henrikth93
Copy link
Member

Terms

Description

We need to implement a way to disable the app from listening to the keyboard, for example, in the case where you have the app running, but want to write something in a word document which you do not want to translate. As of now, the app will record the keystrokes and place it into the input field.

GUI Documentation: https://book.iced.rs/architecture.html

Contribution

No response

@henrikth93 henrikth93 added the feature New feature or request label Oct 16, 2024
@henrikth93 henrikth93 self-assigned this Oct 16, 2024
@andrewtavis
Copy link
Member

Do we want to switch this over to typing a command to then type into the GUI? Plan is not that what someone is writing will go into the GUI at all times, so maybe we can simulate it and set up hotkeys for translate, plural and conjugate?

@henrikth93
Copy link
Member Author

Do we want to switch this over to typing a command to then type into the GUI? Plan is not that what someone is writing will go into the GUI at all times, so maybe we can simulate it and set up hotkeys for translate, plural and conjugate?

Me and Ryan were thinking of a button that you can toggle, or a keystroke (like ctrl + l maybe?)

@andrewtavis
Copy link
Member

That sounds great :) Let's have it be triggered by clicking the Scribe icon for now and we can then transition to it being first click Scribe icon for options then click option then type in the GUI :) For now just click the icon and a keystroke though I think would suffice? Or should we do the full user flow?

@RyanPaulGannon
Copy link
Collaborator

I like the idea of clicking the Scribe icon and having that as our state control for listening on or off :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants