Skip to content

Commit

Permalink
[FZ Editor] Layout hotkeys for quick swap UI: Parsing/serializing qui…
Browse files Browse the repository at this point in the history
…ck keys, telemetry (microsoft#10243)
  • Loading branch information
SeraphimaZykova authored and ivan100sic committed Mar 18, 2021
1 parent 99e900f commit f0e5cee
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/modules/fancyzones/lib/FancyZonesData.h
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,12 @@ class FancyZonesData
return quickKeysMap;
}

inline const JSONHelpers::TLayoutQuickKeysMap& GetLayoutQuickKeys() const
{
std::scoped_lock lock{ dataLock };
return quickKeysMap;
}

inline const std::wstring& GetZonesSettingsFileName() const
{
return zonesSettingsFileName;
Expand Down

0 comments on commit f0e5cee

Please sign in to comment.