Skip to content

Commit d48f591

Browse files
removed the <kbd> component (#19305)
1 parent 4121601 commit d48f591

File tree

11 files changed

+18
-18
lines changed

11 files changed

+18
-18
lines changed

src/content/docs/1.1.1.1/setup/macos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ import { Render } from "~/components"
1414

1515
Take note of any DNS addresses you might have set up, and save them in a safe place in case you need to use them later.
1616

17-
1. Go to **System Settings**. You can find it by pressing <kbd>Command</kbd> + <kbd>Space</kbd> on your keyboard and typing `System Settings`.
17+
1. Go to **System Settings**. You can find it by pressing `CMD + Space` on your keyboard and typing `System Settings`.
1818
2. Go to **Network**.
1919
3. Select a network service.
2020
4. Select **Details**.

src/content/docs/analytics/graphql-api/getting-started/compose-graphql-query.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ The text at the bottom of the list displays a short description of the data that
4545
the node returns.
4646

4747
Select the dataset you want to query and insert it. Either select the item in the
48-
list, or scroll using arrow keys and press <kbd>Return</kbd>.
48+
list, or scroll using arrow keys and press the `Return` key.
4949

5050
## Supply required parameters
5151

src/content/docs/cloudflare-one/connections/connect-networks/deploy-tunnels/deployment-guides/ansible.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ Terraform and Ansible require an unencrypted SSH key to connect to the GCP serve
3434
ssh-keygen -t rsa -f ~/.ssh/gcp_ssh -C <username in GCP>
3535
```
3636

37-
2. When prompted for a passphrase, press <kbd>Enter</kbd> twice to leave it blank. Terraform cannot decode encrypted private keys.
37+
2. When prompted for a passphrase, press the `Enter` key twice to leave it blank. Terraform cannot decode encrypted private keys.
3838

3939
Two files will be generated: `gcp_ssh` which contains the private key, and `gcp_ssh.pub` which contains the public key.
4040

src/content/docs/cloudflare-one/policies/browser-isolation/accessibility.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Browser Isolation has a built-in screen reader which enables people with visual
1212

1313
### Keyboard shortcut
1414

15-
To turn on or off the built-in screen reader, press <kbd>Ctrl</kbd> <kbd>Alt</kbd> <kbd>Z</kbd>.
15+
To turn on or off the built-in screen reader, press `CTRL + ALT + Z`.
1616

1717
### Drop-down menu
1818

src/content/docs/cloudflare-one/policies/browser-isolation/setup/clientless-browser-isolation.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Selecting **Expand** or the hostname text will expand the notch to the full addr
9393

9494
### Full address bar view
9595

96-
The full address bar allows users to search and go to isolated websites. Users can jump to the address bar at any time by pressing <kbd>CTRL</kbd> + <kbd>L</kbd> on the keyboard.
96+
The full address bar allows users to search and go to isolated websites. Users can jump to the address bar at any time by pressing `CTRL + L` on the keyboard.
9797

9898
![Viewing full address of an isolated page in the clientless remote browser](~/assets/images/cloudflare-one/policies/rbi-address-bar-full.png)
9999

src/content/docs/magic-wan/configuration/manually/third-party/fortinet.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -497,7 +497,7 @@ fortigate # 2023-08-01 09:27:26 id=20085 trace_id=2871 func=print_pkt_detail lin
497497

498498
### Disable Flow Debugging
499499

500-
The typical use of <kbd>CTRL</kbd> <kbd>C</kbd> will not stop Flow Debugging.
500+
The typical use of `CTR + C` will not stop Flow Debugging.
501501

502502
You can disable Flow Debugging simply by typing the following at any point while the debug logs are scrolling by:
503503

src/content/docs/magic-wan/configuration/manually/third-party/juniper.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -729,7 +729,7 @@ The log file can be viewed by doing the following:
729729
tail -f /var/log/ike-debug.log
730730
```
731731

732-
3. Press <kbd>CTRL</kbd> + <kbd>C</kbd> when finished.
732+
3. Press `CTRL + C` when finished.
733733
4. Type `exit` to return to the operational mode prompt.
734734

735735
Either deactivate `traceoptions` or delete `traceoptions` once debugging is complete.

src/content/docs/warp-client/get-started/windows.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,6 @@ The Windows application places log files in two locations based on what part of
4242

4343
## How to remove the application
4444

45-
1. Select the **Start** menu and search for **Settings**. You can also press <kbd>⊞ Win</kbd> + <kbd>i</kbd>).
45+
1. Select the **Start** menu and search for **Settings**. You can also press `⊞ Win + I`.
4646
2. Select **Apps** > **App & Features**.
4747
3. Scroll down to Cloudflare WARP and select **Uninstall**.

src/content/docs/workers/observability/dev-tools/cpu-usage.mdx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,11 @@ to specific routes, or using production-like data with the [--remote flag](/work
2424
To generate a CPU profile:
2525

2626
- Run `wrangler dev` to start your Worker
27-
- Hit <kbd>d</kbd> from your terminal to open DevTools
28-
- Click on the "Profiler" tab
29-
- Click `Start` to begin recording CPU usage
27+
- Press the `D` key from your terminal to open DevTools
28+
- Select the "Profiler" tab
29+
- Select `Start` to begin recording CPU usage
3030
- Send requests to your Worker from a new tab
31-
- Click `Stop`
31+
- Select `Stop`
3232

3333
You now have a CPU profile.
3434

@@ -64,7 +64,7 @@ export default {
6464
You want to find which part of the code causes slow response times. How do you use DevTool profiling to identify the
6565
CPU-heavy code and fix the issue?
6666

67-
First, as mentioned above, you open DevTools by hitting <kbd>d</kbd> after running `wrangler dev`. Then, you
67+
First, as mentioned above, you open DevTools by pressing the `D` key after running `wrangler dev`. Then, you
6868
navigate to the "Profiler" tab and take a profile by pressing `Start` and sending a request.
6969

7070
![CPU Profile](~/assets/images/workers/observability/profile.png)

src/content/docs/workers/observability/dev-tools/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ You may have experience using Chrome's DevTools for frontend development. Notabl
1717

1818
## Opening DevTools
1919

20-
To get started, run your Worker in development mode with `wrangler dev`, then open the DevTools in the browser by hitting <kbd>d</kbd> from your terminal. Now when you access this worker locally, it can be debugged and profiled with this DevTools instance.
20+
To get started, run your Worker in development mode with `wrangler dev`, then open the DevTools in the browser by pressing the `D` key from your terminal. Now when you access this worker locally, it can be debugged and profiled with this DevTools instance.
2121

2222
Alternatively, both the [Cloudflare Dashboard](https://dash.cloudflare.com/) and the [Worker's Playground](https://workers.cloudflare.com/playground) include DevTools in their UI.
2323

0 commit comments

Comments
 (0)