Skip to content

Commit 6f9d12f

Browse files
authored
Fix keyboard shortcuts (#19823)
1 parent 6b8a098 commit 6f9d12f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/tutorials/with-visual-studio.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ If the language you want to use is not shown, change the language selector at th
7373

7474
## Run the app
7575

76-
1. Press <kbd>Shift</kbd>+<kbd>F5</kbd> to run the program without debugging.
76+
1. Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> to run the program without debugging.
7777

7878
A console window opens with the text "Hello World!" printed on the screen and some Visual Studio debug information.
7979

@@ -96,7 +96,7 @@ Enhance the application to prompt the user for their name and display it along w
9696

9797
The dollar sign (`$`) in front of a string lets you put expressions such as variable names in curly braces in the string. The expression value is inserted into the string in place of the expression. This syntax is referred to as [interpolated strings](../../csharp/language-reference/tokens/interpolated.md).
9898

99-
1. Press <kbd>Shift</kbd>+<kbd>F5</kbd> to run the program without debugging.
99+
1. Press <kbd>Ctrl</kbd>+<kbd>F5</kbd> to run the program without debugging.
100100

101101
1. Respond to the prompt by entering a name and pressing the <kbd>Enter</kbd> key.
102102

0 commit comments

Comments
 (0)