Skip to content

Commit

Permalink
feat: add missing mac keybinds
Browse files Browse the repository at this point in the history
  • Loading branch information
FedeIlLeone committed Feb 2, 2024
1 parent a7d6d09 commit 7364f26
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docs/contributing/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,8 +72,8 @@ to check for spelling errors. If you use VSCode, this is also set up in the reco
along with Prettier and ESLint and should show you spelling errors as you type. These will also be
checked when you run `pnpm run lint:fix`. If there is a word that cSpell says is an error but is
not, you can add it to [cspell.json](https://github.com/replugged-org/guide/tree/main/cspell.json).
In VSCode, you can do this from the Quick Actions menu (Ctrl+.) or in the right-click menu (under
"Spelling").
In VSCode, you can do this from the Quick Actions menu (<kbd>Ctrl</kbd> + <kbd>.</kbd> or
<kbd>Cmd</kbd> + <kbd>.</kbd>) or in the right-click menu (under "Spelling").

When creating a PR, these should be checked automatically by GitHub Actions and will fail if there
are formatting errors. If you are a first-time contributor, these might not run until we get to it,
Expand Down
8 changes: 4 additions & 4 deletions docs/contributing/replugged.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,8 +65,8 @@ Please make sure you have the following installed and are using the correct vers

When you make changes, you can run `pnpm run build` to build the changes, or use `pnpm run watch` to
automatically rebuild when you edit a file. If you edited a file in the `renderer` folder, you can
reload Discord with <kbd>Ctrl</kbd> + <kbd>R</kbd> to apply your changes. However, editing files in
`main` requires you to fully quit and restart Discord.
reload Discord with <kbd>Ctrl</kbd> + <kbd>R</kbd> or <kbd>Cmd</kbd> + <kbd>R</kbd> to apply your
changes. However, editing files in `main` requires you to fully quit and restart Discord.

### Formatting

Expand All @@ -80,8 +80,8 @@ to check for spelling errors. If you use VSCode, this is also set up in the reco
along with Prettier and ESLint and should show you spelling errors as you type. These will also be
checked when you run `pnpm run lint:fix`. If there is a word that cSpell says is an error but is
not, you can add it to [cspell.json](https://github.com/replugged-org/guide/tree/main/cspell.json).
In VSCode, you can do this from the Quick Actions menu (Ctrl+.) or in the right-click menu (under
"Spelling").
In VSCode, you can do this from the Quick Actions menu (<kbd>Ctrl</kbd> + <kbd>.</kbd> or
<kbd>Cmd</kbd> + <kbd>.</kbd>) or in the right-click menu (under "Spelling").

When creating a PR, these should be checked automatically by GitHub Actions and will fail if there
are formatting errors. If you are a first-time contributor, these might not run until we get to it,
Expand Down
5 changes: 3 additions & 2 deletions docs/plugins/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,9 @@ After it's initially installed, the watch/build scripts will automatically reloa
Discord when you make changes. If you don't want it to do this, you can use the `--no-reload` flag
with your command to disable it.

Some plugins will require you to fully reload Discord (<kbd>Ctrl</kbd> + <kbd>R</kbd>) to apply
changes, for example if you are using plaintext patches (we will go over that later).
Some plugins will require you to fully reload Discord (<kbd>Ctrl</kbd> + <kbd>R</kbd> or
<kbd>Cmd</kbd> + <kbd>R</kbd>) to apply changes, for example if you are using plaintext patches (we
will go over that later).

## Building, updating, and releasing

Expand Down

0 comments on commit 7364f26

Please sign in to comment.