Skip to content

Commit

Permalink
Resize Chrome shortcuts screenshot on website
Browse files Browse the repository at this point in the history
  • Loading branch information
ZackMurry committed Jul 10, 2022
1 parent 7e197fe commit 5205bf2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ <h2 id="set-a-keyboard-shortcut">Set a keyboard shortcut</h2>
keys on Google Docs! By default, the command in slot 1 will be set to
the shortcut <code>Control+Shift+H</code>.</p>
<figure>
<img src="docs/chrome_shortcuts.png"
<img src="docs/chrome_shortcuts.png" style="width:100.0%"
alt="Chrome Extensions Shortcuts Screen" />
<figcaption aria-hidden="true">Chrome Extensions Shortcuts
Screen</figcaption>
Expand Down
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ The `align` action accepts any of the following values in its configuration fiel

In order to actually use a command, you need to link it to a shortcut. To do this, go to <chrome://extensions/shortcuts> and click the edit icon for whichever slot your command is in. Then, simply press the keys for the shortcut and your command will now be run whenever you hit those keys on Google Docs! By default, the command in slot 1 will be set to the shortcut `Control+Shift+H`.

![Chrome Extensions Shortcuts Screen](docs/chrome_shortcuts.png)
![Chrome Extensions Shortcuts Screen](docs/chrome_shortcuts.png){ width=100% }

### Which slot is my command in?

Expand Down

0 comments on commit 5205bf2

Please sign in to comment.