Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
benji300 authored May 12, 2022
1 parent 4c74eeb commit ea73f68
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -100,13 +100,15 @@ This plugin provides additional commands as described in the following table.

### Keyboard shortcuts

Keyboard shortcuts can be assigned in user options via `Tools > Options > Keyboard Shortcuts` to all [commands](#commands) which are assigned to the `Tools>Favorites` menu context.
Keyboard shortcuts can be assigned in user options via `Tools > Options > Keyboard Shortcuts` to all [commands](#commands) which are assigned to the `Tools > Tabs` menu context.
In the keyboard shortcut editor, search for the command label where shortcuts shall be added.

#### Manual workaround
1. Go to Joplin Setting>Keyboard Shortcuts>Export
2.Open the Export .json file with notepad, follow the structure to add command hotkey.

1. Go to Joplin `Settings > Keyboard Shortcuts > Export`.
2. Open the Export .json file with notepad, follow the structure to add command hotkey.
3. Example:

```
[
{
Expand Down Expand Up @@ -139,11 +141,11 @@ In the keyboard shortcut editor, search for the command label where shortcuts sh
}
]
```
4. save the file then import at Joplin Setting>Keyboard Shortcuts
4. Save the file then import at Joplin `Settings > Keyboard Shortcuts`.

## User options

This plugin adds provides user options which can be changed via `Tools > Options > Note Tabs` (Windows App).
This plugin provides user options which can be changed via `Tools > Options > Note Tabs` (Windows App).

> **NOTE** - If `default` is set for an advanced style setting, the corresponding default color, font family, etc. will be used to match the common App look.
Expand Down

0 comments on commit ea73f68

Please sign in to comment.