diff --git a/README.md b/README.md index ba2d597..698f4b1 100644 --- a/README.md +++ b/README.md @@ -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`.