Skip to content

Commit

Permalink
Changed shortcut key to Ctrl+Alt+L (Ctrl+Cmd+L on macOS)
Browse files Browse the repository at this point in the history
Fixes #47
  • Loading branch information
reduckted committed Oct 22, 2022
1 parent 7de1ca4 commit c8857ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion vscode/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ You can also right-click on a file in Explorer panel and select _Copy Link to Fi

## Copy a Link to the Selection

To copy a link to a particular line in the file, right-click on the line in the editor and select _Copy Link to Selection_. You can also use the shortcut <kbd>Ctrl</kbd>+<kbd>G</kbd>,<kbd>Ctrl</kbd>+<kbd>L</kbd>.
To copy a link to a particular line in the file, right-click on the line in the editor and select _Copy Link to Selection_. You can also use the shortcut <kbd>Ctrl</kbd>+<kbd>Alt</kbd>+<kbd>L</kbd> on Windows and Linux, and <kbd>Ctrl</kbd>+<kbd>Cmd</kbd>+<kbd>L</kbd> on macOS.

If you want to copy a link to a range of lines, just select the lines first.

Expand Down
4 changes: 2 additions & 2 deletions vscode/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -134,8 +134,8 @@
"keybindings": [
{
"command": "gitweblinks.copySelection",
"key": "ctrl+g ctrl+l",
"mac": "cmd+g cmd+l"
"key": "ctrl+alt+l",
"mac": "ctrl+cmd+l"
}
],
"menus": {
Expand Down

0 comments on commit c8857ba

Please sign in to comment.