Skip to content

Commit

Permalink
🐛 (popup+docs): Fix keyboard shorcuts docs
Browse files Browse the repository at this point in the history
vict0rsch committed Nov 21, 2023
1 parent 75d571f commit 93a6d64
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/configuration.md
Original file line number Diff line number Diff line change
@@ -21,7 +21,7 @@ By default, and _if_ they are not already attributed, the following keyboard sho
* :fontawesome-brands-apple: / :fontawesome-brands-windows: / :fontawesome-brands-linux: ▶️ ++ctrl+shift+"S"++
* If you have enabled this feature in the menu, the paper will be downloaded in your PaperMemoryStore (see thee [below](#paper-memory-store)).
* Trigger paper parsing
* :fontawesome-brands-apple: / :fontawesome-brands-windows: / :fontawesome-brands-linux: ▶️ ++ctrl+shift+"L"++
* :fontawesome-brands-apple: / :fontawesome-brands-windows: / :fontawesome-brands-linux: ▶️ ++ctrl+shift+"P"++
* Trigger the manual parsing of a paper if you have disabled automatic paper detection [in the menu](#disable-automatic-parsing).

!!! info "Customization & Issues"
2 changes: 1 addition & 1 deletion src/popup/min/popup.min.html

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion src/popup/popup.html
Original file line number Diff line number Diff line change
@@ -374,7 +374,8 @@ <h3>Keyboard Shortcuts</h3>
<li style="margin-bottom: 4px">Open the popup
<ul style="margin-top: 2px;">
<li><code>cmd + shift + e</code> on Mac</li>
<li><code>ctrl + shift + m</code> on Linux &amp; Windows</li>
<li><code>ctrl + shift + e</code> on Windows</li>
<li><code>ctrl + shift + m</code> on Linux</li>
</ul>
</li>

0 comments on commit 93a6d64

Please sign in to comment.