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 spellcheck option to Multiline widget, add Interrupt Queue keybind #267

Merged
merged 3 commits into from
Jul 30, 2024

Conversation

UrzasLegacy
Copy link
Contributor

@UrzasLegacy UrzasLegacy commented Jul 30, 2024

Red squigglies were annoying me in my XY lists, so this change turns off spellcheck in multiline input widgets by default. If desired, spellcheck can be toggled on for individual nodes in the node inputs options:

"text_input": ("STRING", {"default":"", "multiline": True, "spellcheck": True}),

Also, I use interrupt queue a lot more than priority queue so I propose this small keybind addition for interrupt: Ctrl/Cmd + Alt + Enter

@UrzasLegacy UrzasLegacy changed the title Add spellcheck option to Multiline widget and set to false by default Add spellcheck option to Multiline widget, add Interrupt Queue keybind Jul 30, 2024
Fixed indentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants