Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ To change keyboard shortcuts, create a new rule in `File -> Preferences -> Keybo
}
```

In case of shortcut overlaps you might want to specify a when clause, for example "only when the file explorer is in focus":

```json
{
"key": "ctrl+shift+d",
"command": "duplicate.execute",
"when": "explorerViewletFocus"
}
```

## Changelog

See the [Releases section of our GitHub project](https://github.com/mrmlnc/vscode-duplicate/releases) for changelogs for each release version.
Expand Down