use kbd tag for CTRL

This commit is contained in:
SheetJS 2024-04-16 04:26:15 -04:00
parent 09e390a090
commit 7b9c03cc1b
4 changed files with 14 additions and 8 deletions

@ -216,7 +216,9 @@ After saving the spreadsheet, the page will refresh and show the new contents.
### Static Site
6) Stop the server (press `CTRL+C` in the terminal window) and run
6) Stop the server (press <kbd>CTRL</kbd>+<kbd>C</kbd> in the terminal window).
7) Build the static site:
```bash
deno task lume
@ -224,7 +226,7 @@ deno task lume
This will create a static site in the `_site` folder
7) Test the generated site by running
7) Test the generated site by starting a web server:
```bash
npx http-server _site

@ -391,7 +391,9 @@ The page should automatically refresh with the new content:
![Nuxt Demo end of step 6](pathname:///nuxt/nuxt6.png)
7) Stop the server (press `CTRL+C` in the terminal window) and run
7) Stop the server (press <kbd>CTRL</kbd>+<kbd>C</kbd> in the terminal window).
8) Build the static site:
```bash
npm run generate
@ -701,7 +703,9 @@ Set cell `A7` to "SheetJS Dev" and set `B7` to `47`. Save the spreadsheet.
The page should automatically refresh with the new content.
7) Stop the server (press `CTRL+C` in the terminal window) and run
7) Stop the server (press <kbd>CTRL</kbd>+<kbd>C</kbd> in the terminal window).
8) Build the static site:
```bash
npx -y yarn run generate

@ -364,8 +364,8 @@ npx -p nativescript ns run android
(this may take a while)
Once the simulator launches and the test app is displayed, end the script by
selecting the terminal and entering the key sequence `CTRL + C`. On Windows,
if prompted to `Terminate batch job`, type `y` and press Enter.
selecting the terminal and pressing <kbd>CTRL</kbd>+<kbd>C</kbd>. On Windows, if
prompted to `Terminate batch job`, type `y` and press Enter.
:::note pass

@ -283,8 +283,8 @@ jobs:
```
5) Click on the source control icon (a little blue circle with the number 2).
In the left panel, select Message box, type `init` and press `Ctrl+Enter` on
Windows (`Command+Enter` on Mac).
In the left panel, select Message box, type `init` and press <kbd>CTRL</kbd>
+<kbd>Enter</kbd> on Windows (<kbd>Command</kbd>+<kbd>Enter</kbd> on MacOS).
6) Click the `☰` icon and click "Go to Repository" to return to the repo page.