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

[FEATURE] Reversing Shift + Enter and Enter #479

Open
jnsw opened this issue Jan 31, 2025 · 2 comments
Open

[FEATURE] Reversing Shift + Enter and Enter #479

jnsw opened this issue Jan 31, 2025 · 2 comments
Labels
enhancement New feature or request

Comments

@jnsw
Copy link

jnsw commented Jan 31, 2025

It is just a issue with myself, but I already deep linked my behaiviour to use Shift + Enter to generate a new line, but I always generate the answer already - probably making it optional to reverse that in the settings?

@jnsw
Copy link
Author

jnsw commented Jan 31, 2025

if (e.getKeyCode() == KeyEvent.VK_ENTER && e.isShiftDown()) {

@stephanj
Copy link
Contributor

Agreed, we should allow the user to define which keyboard shortcut can be used for new line and/or submit.

Config should be done in com.devoxx.genie.ui.settings.llm.LLMProvidersComponent

@stephanj stephanj changed the title Reversing Shift + Enter and Enter [FEATURE] Reversing Shift + Enter and Enter Jan 31, 2025
@stephanj stephanj added the enhancement New feature or request label Jan 31, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants