Skip to content

Commit

Permalink
pre emptive spellbot
Browse files Browse the repository at this point in the history
  • Loading branch information
zadjii-msft committed Apr 14, 2021
1 parent 9d76c62 commit 2a2f5cb
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/actions/spelling/dictionary/apis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ NOASYNC
NOCHANGEDIR
NOPROGRESS
NOREDIRECTIONBITMAP
NOREPEAT
ntprivapi
oaidl
ocidl
Expand Down
1 change: 1 addition & 0 deletions .github/actions/spelling/expect/expect.txt
Original file line number Diff line number Diff line change
Expand Up @@ -1009,6 +1009,7 @@ horiz
HORZ
hostable
hostlib
hotkeys
HPA
HPAINTBUFFER
HPCON
Expand Down
1 change: 1 addition & 0 deletions .github/actions/spelling/expect/web.txt
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,4 @@ uk
winui
appshellintegration
cppreference
gyfcat
2 changes: 1 addition & 1 deletion src/cascadia/WindowsTerminal/AppHost.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -637,7 +637,7 @@ winrt::fire_and_forget AppHost::_setupGlobalHotkeys()

// Method Description:
// - Called whenever a registered hotkey is pressed. We'll look up the
// GlobalSummonArgs for the specifed hotkey, then dispatch a call to the
// GlobalSummonArgs for the specified hotkey, then dispatch a call to the
// Monarch with the selection information.
// - If the monarch finds a match for the window name (or no name was provided),
// it'll set FoundMatch=true.
Expand Down

1 comment on commit 2a2f5cb

@github-actions

This comment was marked as outdated.

Please sign in to comment.