ソースを参照

Fixes #471 - Changes Ctrl+Alt to Ctrl+Shift

main
Eric Amodio 6年前
コミット
d1a613b1c8
2個のファイルの変更4行の追加1行の削除
  1. +3
    -0
      CHANGELOG.md
  2. +1
    -1
      package.json

+ 3
- 0
CHANGELOG.md ファイルの表示

@ -4,6 +4,9 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased] - 2018-08-16
### Fixed
- Fixes [#471](https://github.com/eamodio/vscode-gitlens/issues/471) - Don't use Ctrl+Alt+[character] as a shortcut
## [8.5.4] - 2018-07-31
### Added
- Adds *Checkout Commit (via Terminal)* command (`gitlens.terminalCheckoutCommit`) to commit node(s) of the *GitLens* explorer — closes [#463](https://github.com/eamodio/vscode-gitlens/issues/463)

+ 1
- 1
package.json ファイルの表示

@ -3464,7 +3464,7 @@
},
{
"command": "workbench.view.scm",
"key": "ctrl+alt+g g",
"key": "ctrl+shift+g g",
"mac": "ctrl+shift+g",
"when": "gitlens:keymap == chorded && gitlens:enabled"
}

読み込み中…
キャンセル
保存