Open yajo opened 1 year ago
Hi! I came here to write about the same thing. ;-)
I don't know if this is a feature of Joplin or this plugin, but only one menu item in this plugin ("Pin note to Tabs") is available for customizing hotkeys. Maybe the problem of the inability to configure hotkeys will be solved by adding the accelerator
property to each plugin menu item. For example, as described in that message. But I'm not familiar enough with Javascript development to try modifying the plugin.
However, I found anyone available solution. You need to create or modify file keymap-desktop.json
in the same directory where file settings.json
is located and write the following into it:
[
{
"command": "tabsSwitchLastActive",
"accelerator": "Ctrl+Tab"
},
{
"command": "tabsSwitchLeft",
"accelerator": "Ctrl+PageUp"
},
{
"command": "tabsSwitchRight",
"accelerator": "Ctrl+PageDown"
}
]
...create or modify file
keymap-desktop.json
in the same directory where filesettings.json
is located...
Thank you! This works great. On OSX, the location is ~/.config/joplin-desktop/
, and you'll probably want to map to "Cmd+Shift+["
and "Cmd+Shift+]"
.
All of Joplin can be used without touching the mouse. I do this with all apps that have tabs. However, this plugin with this key feature would be super productive! 🎉
Common shortcuts:
However, they should be configurable like most others in Joplin.