Flow.Launcher
Flow.Launcher copied to clipboard
Enhancement: new builtin shortcuts: active_office_file
Fixes #2936
Add new builtin shortcut {active_office_file} to quickly access the active office file.
- Add a new method
GetActiveOfficeFilePathinFlow.Launcher.Infrastructure/Helper.csto retrieve the active office file path. - Add a new builtin shortcut
{active_office_file}inFlow.Launcher.Infrastructure/UserSettings/Settings.csto use theGetActiveOfficeFilePathmethod. - Update the
BuiltinShortcutslist inFlow.Launcher.Infrastructure/UserSettings/Settings.csto include the new{active_office_file}shortcut.
For more details, open the Copilot Workspace session.