You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/ide/identifying-and-customizing-keyboard-shortcuts-in-visual-studio.md
+13-1Lines changed: 13 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
---
2
2
title: Identify and customize keyboard shortcuts
3
3
description: Learn how to identify keyboard shortcuts for Visual Studio commands, customize those shortcuts, and export them for others to use.
4
-
ms.date: 02/05/2025
4
+
ms.date: 05/07/2026
5
5
ms.topic: how-to
6
6
f1_keywords:
7
7
- VS.ToolsOptionsPages.Environment.Keyboard
@@ -111,6 +111,17 @@ You can share your custom keyboard shortcuts by exporting them to a file and the
111
111
112
112
1. In the **What do you want to name your settings file** and **Store my settings file in this directory** boxes, either leave the default values or specify different values, and then choose **Finish**.
113
113
114
+
:::moniker range="visualstudio"
115
+
> [!NOTE]
116
+
> By default, your shortcuts are saved in a file in the following location:
> In the current version of Visual Studio, the `1x.0_xxxxxxxx` folder would start with the numerals 18.0 followed by a set of alphanumeric characters that are specific to your installation. Similarly, for Visual Studio 2022, the folder would start with the numerals 17.0.
121
+
>
122
+
> The name of the file itself reflects the date when you exported the settings, and the extension is *.vssettings*.
123
+
:::moniker-end
124
+
:::moniker range="<=vs-2022"
114
125
> [!NOTE]
115
126
> By default, your shortcuts are saved in a file in the following location:
116
127
>
@@ -119,6 +130,7 @@ You can share your custom keyboard shortcuts by exporting them to a file and the
119
130
> For Visual Studio 2022, the `1x.0_xxxxxxxx` folder would start with the numerals 17.0 followed by a set of alphanumeric characters that are specific to your installation. Similarly, for Visual Studio 2019, the folder would start with the numerals 16.0.
120
131
>
121
132
> The name of the file itself reflects the date when you exported the settings, and the extension is *.vssettings*.
0 commit comments