Skip to content

Commit 35dd3b3

Browse files
authored
Merge pull request #2758 from tanmay-veer/main
Corrected "Ctrl+W" to "Windows logo key + W"
2 parents 8cd719d + c963885 commit 35dd3b3

5 files changed

Lines changed: 6 additions & 6 deletions

File tree

microsoft-edge/devtools-guide-chromium/ie-mode/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ If a tab uses IE mode, the tab has the following limitations:
4646

4747
If Internet Explorer isn't available on your computer, to debug the content of an IE mode tab, use IEChooser to open Internet Explorer DevTools, as follows:
4848

49-
1. In Windows, open the **Run** dialog. For example, press the `Windows logo key` + `R`.
49+
1. In Windows, open the **Run** dialog. For example, press **Windows logo key + R**.
5050

5151
1. Enter `%systemroot%\system32\f12\IEChooser.exe`, and then click **OK**.
5252

microsoft-edge/progressive-web-apps-chromium/how-to/widgets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,7 @@ PWAmp is a music player PWA demo application that defines a widget. The PWAmp wi
415415

416416
1. Follow the instructions in [enable widgets in Microsoft Edge](#enable-widgets-in-microsoft-edge).
417417
1. Go to [PWAmp](https://microsoftedge.github.io/Demos/pwamp/) and install the app on Windows 11.
418-
1. Open the Windows 11 widgets board by pressing **Ctrl+W**.
418+
1. Open the Windows 11 widgets board by pressing **Windows logo key + W**.
419419
1. Click **Add widgets** to open the **widgets settings** screen, scroll to the **PWAmp mini player** widget and add it.
420420
1. Close the **widgets settings** screen. The **PWAmp mini player** is now displayed in the widgets board.
421421

microsoft-edge/webview2/how-to/debug-visual-studio-code.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ Your WebView2 control must open the Chrome Developer Protocol (CDP) port to allo
114114

115115
You will also need to add a new REGKEY `*--remote-debugging-port=9222` under `Computer\HKEY_CURRENT_USER\Software\Policies\Microsoft\Edge\WebView2\AdditionalBrowserArguments` so that the debugger can find the proper port. To add this registry key:
116116

117-
1. Open the Registry Editor by clicking the `Windows logo key` and searching for **Registry Editor**. Open the Registry Editor application and select **Yes** to allow editing.
117+
1. Open the Registry Editor by pressing the **Windows logo key** and then searching for **registry editor**. Open the **Registry Editor** application, and then select **Yes** to allow editing.
118118

119119
1. Set the registry key `HKEY_CURRENT_USER\Software\Policies\Microsoft\Edge\WebView2\AdditionalBrowserArguments` equal to `--remote-debugging-port=9222`.
120120

@@ -182,7 +182,7 @@ If you're debugging Office Add-ins, open the add-in source code in a separate in
182182

183183
1. Install a WebView2 Runtime version past `106.0.1370.34`.
184184

185-
1. Open the Registry Editor by clicking the **Windows Key** and searching for **Registry Editor**. Open the **Registry Editor** application and select **Yes** to allow editing.
185+
1. Open the Registry Editor by pressing the **Windows logo key** and then searching for **registry editor**. Open the **Registry Editor** application and select **Yes** to allow editing.
186186

187187
1. Set the registry key `HKEY_CURRENT_USER\Software\Policies\Microsoft\Edge\WebView2\AdditionalBrowserArguments` equal to `--remote-debugging-pipe`. To do this, follow the steps outlined in the [Debug running processes](#debug-running-processes) section above.
188188

microsoft-edge/webview2/samples/wv2deploymentwixburnbundlesample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ If you haven't installed WiX tools, the WiX deployment projects in Solution Expl
6868

6969
1. Click the **OK** button. The WiX installer window closes.
7070

71-
1. Press the **Windows** key ![Windows key logo](./wv2deploymentwixburnbundlesample-images/windows-keyboard-logo.png) on your keyboard, type **Windows Features**, and then press **Enter**. The **Turn Windows features on or off** dialog appears.
71+
1. Press the **Windows logo key** ![Windows logo key](./wv2deploymentwixburnbundlesample-images/windows-keyboard-logo.png), type **Windows features**, and then press **Enter**. The **Turn Windows features on or off** dialog appears.
7272

7373
1. Select the **.NET Framework 3.5 (includes .NET 2.0 and 3.0)** check box:
7474

microsoft-edge/webview2/samples/wv2deploymentwixcustomactionsample.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ If not done yet, install WiX Toolset:
5959

6060
1. Click the **OK** button. The WiX installer window closes.
6161

62-
1. Press the **Windows** key ![Windows key logo](./wv2deploymentwixcustomactionsample-images/windows-keyboard-logo.png) on your keyboard, type **Windows Features**, and then press **Enter**. The **Turn Windows features on or off** dialog appears.
62+
1. Press the **Windows logo key** ![Windows logo key](./wv2deploymentwixcustomactionsample-images/windows-keyboard-logo.png), type **Windows features**, and then press **Enter**. The **Turn Windows features on or off** dialog appears.
6363

6464
1. Select the **.NET Framework 3.5 (includes .NET 2.0 and 3.0)** check box:
6565

0 commit comments

Comments
 (0)