diff --git a/Flow.Launcher.Infrastructure/UserSettings/CustomShortcutModel.cs b/Flow.Launcher.Infrastructure/UserSettings/CustomShortcutModel.cs
index d0cca33a5..71020369a 100644
--- a/Flow.Launcher.Infrastructure/UserSettings/CustomShortcutModel.cs
+++ b/Flow.Launcher.Infrastructure/UserSettings/CustomShortcutModel.cs
@@ -59,7 +59,7 @@ namespace Flow.Launcher.Infrastructure.UserSettings
{
Key = key;
Description = description;
- Expand = expand ?? (() => { return Key; });
+ Expand = expand ?? (() => { return ""; });
}
}
}
diff --git a/Flow.Launcher/CustomShortcutSetting.xaml b/Flow.Launcher/CustomShortcutSetting.xaml
index 10bd6223c..78b392f3e 100644
--- a/Flow.Launcher/CustomShortcutSetting.xaml
+++ b/Flow.Launcher/CustomShortcutSetting.xaml
@@ -117,6 +117,7 @@
LastChildFill="True">