Skip to content

Commit

Permalink
Adds w hotkey to instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
waldekmastykarz committed Mar 11, 2024
1 parent e6c7956 commit 9e8be9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev-proxy/ProxyEngine.cs
Original file line number Diff line number Diff line change
Expand Up @@ -592,7 +592,7 @@ Task OnCertificateSelection(object sender, CertificateSelectionEventArgs e)

private void PrintHotkeys()
{
Console.WriteLine("Hotkeys: (r)ecord, (s)top recording, (c)lear screen");
Console.WriteLine("Hotkeys: issue (w)eb request, (r)ecord, (s)top recording, (c)lear screen");
Console.WriteLine("Press CTRL+C to stop Dev Proxy");
Console.WriteLine("");
}
Expand Down

0 comments on commit 9e8be9d

Please sign in to comment.