Skip to content

Commit

Permalink
Merge pull request #43 from tamamaforever/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
benji300 committed Apr 5, 2021
2 parents b98b073 + 987be07 commit 03a7b79
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,44 @@ This plugin provides additional commands as described in the following table.
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.
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.
3. Example:
```
[
{
"command": "newTodo",
"accelerator": null
},
{
"command": "textCode",
"accelerator": null
},
{
"command": "tabsPinNote",
"accelerator": "Ctrl+T"
},
{
"command": "tabsSwitchLeft",
"accelerator": "Ctrl+Left"
},
{
"command": "tabsSwitchRight",
"accelerator": "Ctrl+Right"
},
{
"command": "tabsUnpinNote",
"accelerator": "Ctrl+W"
},
{
"command": "tabsSwitchLastActive",
"accelerator": "Ctrl+Tab"
}
]
```
4. save the file then import at Joplin Setting>Keyboard Shortcuts

## User options

This plugin adds provides user options which can be changed via `Tools > Options > Note Tabs`.
Expand Down

0 comments on commit 03a7b79

Please sign in to comment.