Operating system
Windows
Joplin version
3.3.13
Desktop version info
Joplin 3.3.13 (prod, win32)
Device: win32, AMD Ryzen 9 5900X 12-Core Processor
Client ID: e3f152c3159440e691fd1b8f126f9986
Sync Version: 3
Profile Version: 47
Keychain Supported: Yes
Alternative instance ID: -
Revision: 144ed59
Backup: 1.4.3
Freehand Drawing: 3.0.1
Rich Markdown: 0.16.0
Editor
Rich Text Editor
What issue do you have?
I am attempting to customize the keyboard shortcuts in my profile, but can't seem to get the syntax right.
I am attempting to update the "Checkbox list" keyboard shortcut from Ctrl+Shift+9 to either Ctrl+Enter or Ctrl+1.
Based on this older thread: Shortcut for check list in markdown mode - #5 by parenglund
I exported the default keyboard shortcut configuration json to my profile location, and added in the following:
{
"command": "textCheckbox",
"accelerator": "Ctrl + 1"
}
This produces the error in the attached screenshot indicating the accelerator is invalid. I tried textCheckbox, checkboxList, and textCheckboxList, but all produced the same error.
Is there somewhere I can find a list of valid accelerators? I haven't been able to find it in the documentation so far.