Skip to content

Commit

Permalink
feat: no default keybinding for copyUrlKey
Browse files Browse the repository at this point in the history
  • Loading branch information
mikez committed Nov 5, 2023
1 parent 429d77f commit 3b4d28d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/options.js
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ const DEFAULT_KEYBINDINGS = {
showImagesLarge: ['z l'],
showImagesMedium: ['z e'],
showImagesIcon: ['z i'],
copyUrlKey: ['c', 'y'],
copyUrlKey: [],
};

const DEFAULT_OPTIONS = {
Expand Down
2 changes: 1 addition & 1 deletion src/options_page.html
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ <h2>Keybindings</h2>
</div>
<div class="option">
<label for="copy-url-key" class="option-desc">Copy URL of focus</label>
<input id="copy-url-key" class="input-keybinding" type="text" value="c, y">
<input id="copy-url-key" class="input-keybinding" type="text" value="">
</div>
</details>
<details>
Expand Down

0 comments on commit 3b4d28d

Please sign in to comment.