Skip to content

Commit

Permalink
🐛 Change shortcut to cmd+shift+1 since cmd+shift+x is not working on …
Browse files Browse the repository at this point in the history
…edge
  • Loading branch information
diwash007 committed Jul 3, 2024
1 parent c06b734 commit 183053f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "PDF Dark Mode",
"description": "Dark Mode for PDF files to reduce eye strain.",
"version": "1.0.7",
"version": "1.0.8",
"manifest_version": 3,
"background": {
"service_worker": "worker.js"
Expand All @@ -26,8 +26,8 @@
"commands": {
"run-dark-mode": {
"suggested_key": {
"default": "Ctrl+Shift+X",
"mac": "Command+Shift+X"
"default": "Ctrl+Shift+1",
"mac": "Command+Shift+1"
},
"description": "Run \"PDF Dark Mode\" on the current page."
}
Expand Down
2 changes: 1 addition & 1 deletion popup/popup.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<body>
<div id="toggle">
<i class="fa fa-power-off" style="font-size: 40px"></i>
<p style="color: rgb(183, 176, 176); size: 20px">Command + Shift + X</p>
<p style="color: rgb(183, 176, 176); size: 20px">Command + Shift + 1</p>
</div>

<hr />
Expand Down

0 comments on commit 183053f

Please sign in to comment.