Skip to content

Commit

Permalink
adjust keyboard stroke references (#4531)
Browse files Browse the repository at this point in the history
* adjust keyboard stroke references

* Update docs/components/modeler/desktop-modeler/plugins/plugins.md

Co-authored-by: Mark Sellings <[email protected]>

* Update plugins.md

---------

Co-authored-by: Mark Sellings <[email protected]>
  • Loading branch information
christinaausley and mesellings authored Oct 31, 2024
1 parent 502e2bf commit 585cc7a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This search functionality allows users to:

## Open the search bar

Press `ctrl`+`k`, ``+`k`, or click the magnifier in the top navigation bar to open the search bar.
Press `Ctrl+K`, `+K`, or click the magnifier in the top navigation bar to open the search bar.

![Open the search bar](./img/open_console_search.png)

Expand Down
2 changes: 1 addition & 1 deletion docs/components/modeler/desktop-modeler/plugins/plugins.md
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ npm run build

When creating a plugin, you can place the directory containing your plugin in the aforementioned `resources/plugins` directory.

Plugins will be loaded on application startup (menu plugins) or reload (style and modeling tool plugins). To reload the application, open the developer tools F12 and press `CtrlOrCmd + R`. This will clear all unsaved diagrams.
Plugins will be loaded on application startup (menu plugins) or reload (style and modeling tool plugins). To reload the application, press `F12` to open the developer tools, and press `Ctrl+R` or `Cmd+R`. This will clear all unsaved diagrams.

## Additional resources

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ This search functionality allows users to:

## Open the search bar

Press `ctrl`+`k`, ``+`k`, or click the magnifier in the top navigation bar to open the search bar.
Press `Ctrl+K`, `+K`, or click the magnifier in the top navigation bar to open the search bar.

![Open the search bar](./img/open_console_search.png)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ npm run build

When creating a plugin, you can place the directory containing your plugin in the aforementioned `resources/plugins` directory.

Plugins will be loaded on application startup (menu plugins) or reload (style and modeling tool plugins). To reload the application, open the developer tools F12 and press `CtrlOrCmd + R`. This will clear all unsaved diagrams.
Plugins will be loaded on application startup (menu plugins) or reload (style and modeling tool plugins). To reload the application, open the developer tools F12 and press `Ctrl+R` or `Cmd+R`. This will clear all unsaved diagrams.

## Additional resources

Expand Down

0 comments on commit 585cc7a

Please sign in to comment.