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

Add voice input support #7953

Open
PavelTurk opened this issue Nov 11, 2024 · 2 comments
Open

Add voice input support #7953

PavelTurk opened this issue Nov 11, 2024 · 2 comments
Labels
Contribution welcome An issue or feature not currently being worked on, but a contribution would be welcomed! kind:feature A feature request

Comments

@PavelTurk
Copy link

Description

I propose implementing a feature in NetBeans that allows users to input text through voice commands, enabling hands-free coding and enhanced accessibility. This feature could use a speech-to-text libraries to capture spoken words and convert them into text within the NetBeans editor.

Use case/motivation

No response

Related issues

No response

Are you willing to submit a pull request?

No

@PavelTurk PavelTurk added kind:feature A feature request needs:triage Requires attention from one of the committers labels Nov 11, 2024
@neilcsmith-net neilcsmith-net added Contribution welcome An issue or feature not currently being worked on, but a contribution would be welcomed! and removed needs:triage Requires attention from one of the committers labels Nov 11, 2024
@neilcsmith-net
Copy link
Member

Added contribution welcome, but personally I think this would be far better handled by a plugin and/or OS level accessibility support.

@PavelTurk
Copy link
Author

I also thought about the OS level, but then I rejected that idea because certain commands need to be supported. For example, when we enter the name of a class, we often don't remember it completely and choose it from a list. Therefore, it is necessary for NB to respond to specific commands, such as autocomplete.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Contribution welcome An issue or feature not currently being worked on, but a contribution would be welcomed! kind:feature A feature request
Projects
None yet
Development

No branches or pull requests

2 participants