Conversation
| host.OnDirectKeyEvent(VK_SPACE, LOBYTE(HIWORD(message.lParam)), true); | ||
| continue; |
There was a problem hiding this comment.
huh, why don't we need the if() here anymore?
There was a problem hiding this comment.
We want to always consume the alt+space since this is now a default keybinding (so if the host did not deal with it, it means it was explcitly unbound and we still don't want system XAML to get it)
carlos-zamora
left a comment
There was a problem hiding this comment.
Just update the schema and the docs and we're good.
Also, just wanna double check, if you unbind alt+space, it gets sent straight to the terminal right? The system menu doesn't pop up?
thanks for the reminder, done!
Yep! The menu doesn't pop up and the terminal gets the alt+space (so the end result is it looks like you just typed space) |
|
Hello @carlos-zamora! Because this pull request has the p.s. you can customize the way I help with merging this pull request, such as holding this pull request until a specific person approves. Simply @mention me (
|
|
🎉 Handy links: |
Summary of the Pull Request
Basically undoes #10988 in favour of implementing it as described in #11018
PR Checklist
Validation Steps Performed