Skip to content

Commit ad458b4

Browse files
Add keyboard shortcuts to README (#575)
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: karthiknadig <3840081+karthiknadig@users.noreply.github.com>
1 parent c6ff03e commit ad458b4

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,11 @@ The Black extension for Visual Studio Code provides formatting support for your
3131

3232
- **Customize Black**: You can customize the behavior of Black by setting the `black-formatter.args` setting.
3333

34+
- **Keyboard Shortcuts**: The code formatting is available in Visual Studio Code through the following keyboard shortcuts:
35+
- On Windows: Shift + Alt + F
36+
- On Mac: Shift + Option + F
37+
- On Linux: Ctrl + Shift + I
38+
3439
### Disabling formatting with Black
3540

3641
If you want to disable Black formatter, you can [disable this extension](https://code.visualstudio.com/docs/editor/extension-marketplace#_disable-an-extension) per workspace in Visual Studio Code.

0 commit comments

Comments
 (0)