-
-
Notifications
You must be signed in to change notification settings - Fork 239
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
[Request] Built-in hotkey support #577
Labels
Milestone
Comments
Turns out adding some basic hotkeys was pretty easy. Implementing them to be assignable in the editor is the current task. Here's what I got.
Definitely an easy 1.4 addition |
This was referenced Oct 10, 2021
Merged
zaknafean
added a commit
to zaknafean/dialogic
that referenced
this issue
Oct 17, 2021
zaknafean
added a commit
to zaknafean/dialogic
that referenced
this issue
Oct 18, 2021
zaknafean
added a commit
to zaknafean/dialogic
that referenced
this issue
Oct 18, 2021
coppolaemilio
added a commit
that referenced
this issue
Oct 19, 2021
* Escape regular expression characters in names Fix for #454 New regular expression added to escape regular expression characters that could appear in a name. * Initial Hotkey support Support for default hotkeys 1-9 Support for custom hotkeys on choice event * Enable Default Setting Toggle for enabling/disabling default shortcut keys * Hotkey Input mappings Reverted changes to 'ChoicePicker' Changed logic to read InputActions from the Settings file * Cleanup removed errant print statement * Default settings Adjusted default settings to fix first use bugs. Updated tooltip hint Co-authored-by: Emilio Coppola <coppolaemilio@gmail.com>
This feature has hit main branch if you'd like to give it a test drive @scribbler957 |
I'll close for now, but feel free to open again if something goes wrong |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'd like a spot to specify hotkeys for choices. Along with obvious design benefits it would be a huge accessibility booster.
The text was updated successfully, but these errors were encountered: