Add default shortcut for "Emoji & Symbols". - #118766
Open
bruvzg wants to merge 1 commit into
Open
Conversation
KoBeWi
approved these changes
Apr 20, 2026
KoBeWi
left a comment
Member
There was a problem hiding this comment.
The Windows shortcut is redundant, because it works anyway, but adding it makes it also show in the menu, so it's fine I guess.
AThousandShips
approved these changes
May 18, 2026
AThousandShips
left a comment
Member
There was a problem hiding this comment.
LGTM for style and docs
Calinou
reviewed
May 19, 2026
Comment on lines
+553
to
+555
| inputs = List<Ref<InputEvent>>(); | ||
| inputs.push_back(InputEventKey::create_reference(Key::PERIOD | KeyModifierMask::META)); | ||
| default_builtin_cache.insert("ui_emoji_and_symbols.windows", inputs); |
Member
There was a problem hiding this comment.
This shortcut is also defined by default on Linux when using KDE (Meta + .). Should we also define it there?
I've tried this on KDE 6.6.4 but regardless of whether I define this shortcut, pressing it opens the system emoji picker which doesn't integrate with Godot.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Fixes #118213
Fixes godotengine/godot-proposals#11936
Adds default shortcut for emoji picker (Ctrl+Cmd+Space on macOS and Win+Period on Windows).