Skip to content

Commit

Permalink
Add shortcut for mac
Browse files Browse the repository at this point in the history
  • Loading branch information
golopot committed Dec 29, 2021
1 parent d4cb23f commit ce6f8df
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ <h2>A Chrome extension</h2>
<video src="assets/out.webm" style="height: 174px;" autoplay loop muted></video>
</div>
<p style="margin-top: 0px;">
Convert by pressing <kbd>Alt</kbd> + <kbd>w</kbd>.
Convert by pressing <kbd>Alt</kbd> + <kbd>w</kbd> (<kbd>Control</kbd> + <kbd>w</kbd> on Mac).
</p>
</div>
<div class="container" style="margin-top: 65px;">
Expand Down
7 changes: 4 additions & 3 deletions extension/public/manifest.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"manifest_version": 2,
"version": "1.3.1",
"version": "1.4.0",
"name": "TeX to Unicode",
"description": "Convert LaTeX to Unicode by pressing 'Alt + W' in input boxes.",
"browser_action": {
Expand All @@ -13,9 +13,10 @@
"commands": {
"convert": {
"suggested_key": {
"default": "Alt+W"
"default": "Alt+W",
"mac": "MacCtrl+W"
},
"description": "Convert selected TeX to unicode in textarea."
"description": "Convert selected TeX to unicode."
}
},
"icons": {
Expand Down
1 change: 1 addition & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit ce6f8df

Please sign in to comment.