terminal/src/cascadia
Don-Vito ed19301ad3
Fix CommandPalette to prefer inner interactions over bindings (#9056)
* Currently TerminalPage registers on CmdPal key events:
  * To invoke bindings when the palette is open
  * Since some key combinations are not triggered by KeyDown 
    it registers for PreviewKeyDown
* As a result bindings might be preferred over navigation
  (e.g., ctrl+v will paste into Terminal rather than into search box)
* To fix this, I moved all interactions inside the CmdPal into
  PreviewKeyDown as well
* In addition, added specific handling for copy/paste
  which now allow to interact with search box even if not focused

Closes #9044
2021-02-10 12:35:46 -08:00
..
CascadiaPackage Add support for running a commandline in another WT window (#8898) 2021-02-10 11:28:09 +00:00
inc Polish the Background Image settings (#8778) 2021-01-18 22:34:07 +00:00
LocalTests_SettingsModel Serialize 'disabledProfileSources' (#9038) 2021-02-04 16:42:53 -08:00
LocalTests_TerminalApp Separate runtime TerminalSettings from profile-TerminalSettings (#8602) 2021-02-08 22:01:40 +00:00
PublicTerminalCore Exclude more rarely-used stuff from Windows headers (#8513) 2020-12-11 19:35:23 +00:00
Remoting Add support for running a commandline in another WT window (#8898) 2021-02-10 11:28:09 +00:00
ShellExtension Fix crash in explorer background context menu logic (#8977) 2021-02-01 17:30:54 +00:00
TerminalApp Fix CommandPalette to prefer inner interactions over bindings (#9056) 2021-02-10 12:35:46 -08:00
TerminalAzBridge Exclude more rarely-used stuff from Windows headers (#8513) 2020-12-11 19:35:23 +00:00
TerminalConnection make "open terminal here" context menu work for directory background (#8638) 2021-01-06 19:59:30 +00:00
TerminalControl Add support for "focus follows mouse" mode (#8965) 2021-02-09 22:18:20 +00:00
TerminalCore Separate runtime TerminalSettings from profile-TerminalSettings (#8602) 2021-02-08 22:01:40 +00:00
TerminalSettingsEditor Add support for "focus follows mouse" mode (#8965) 2021-02-09 22:18:20 +00:00
TerminalSettingsModel Add support for "focus follows mouse" mode (#8965) 2021-02-09 22:18:20 +00:00
UnitTests_Remoting Add support for running a commandline in another WT window (#8898) 2021-02-10 11:28:09 +00:00
UnitTests_TerminalCore Add support for "focus follows mouse" mode (#8965) 2021-02-09 22:18:20 +00:00
ut_app Update to Microsoft.UI.Xaml 2.5 "stable" (#8500) 2020-12-04 23:49:45 +00:00
WindowsTerminal Add support for running a commandline in another WT window (#8898) 2021-02-10 11:28:09 +00:00
WindowsTerminalUniversal Update Win32 Toolkit (6.1.2) and VCRT Forwarders (1.0.4) (#8501) 2020-12-10 01:30:00 +00:00
WinRTUtils Exclude more rarely-used stuff from Windows headers (#8513) 2020-12-11 19:35:23 +00:00
WpfTerminalControl wpf: Add a TerminalControlSize emptiness check (#8906) 2021-01-26 13:57:30 -08:00
WpfTerminalTestNetCore wpf: target netcoreapp3.1, clean up test project path (#8491) 2020-12-04 18:17:25 +00:00
wt Build and ship an actual binary named wt that just launches WT (#6860) 2020-07-10 22:41:37 +00:00
CascadiaResources.build.items Introduce TerminalSettingsModel project (#7667) 2020-10-06 09:56:59 -07:00