Flow.Launcher icon indicating copy to clipboard operation
Flow.Launcher copied to clipboard

Enhancement: new builtin shortcuts: active_office_file

Open 1208nn opened this issue 1 year ago • 2 comments

Fixes #2936

Add new builtin shortcut {active_office_file} to quickly access the active office file.

  • Add a new method GetActiveOfficeFilePath in Flow.Launcher.Infrastructure/Helper.cs to retrieve the active office file path.
  • Add a new builtin shortcut {active_office_file} in Flow.Launcher.Infrastructure/UserSettings/Settings.cs to use the GetActiveOfficeFilePath method.
  • Update the BuiltinShortcuts list in Flow.Launcher.Infrastructure/UserSettings/Settings.cs to include the new {active_office_file} shortcut.

For more details, open the Copilot Workspace session.

1208nn avatar Oct 26 '24 03:10 1208nn