-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Shortcuts/Features are not working #1
Comments
@A-n-d-y-K Is your cursor located at the same place for your working and not working case? Is there any other shortcut conflict with these? |
@kensam94 , |
@kensam94 Hello kensam, |
Yup, same issue here, I was able to set the keyboard shortcuts for delete, format and insert as @xXZaretXx mentioned and got those working. The other shortcuts for insert row and insert new column thought do not show up under Joplin keybaord shortcut options. |
Not sure what I did, but I was playing around with some files in the profile to see if I could manually insert those keyboard shortcuts. I tried adding one for insert row and restarted Joplin, after restarting all keyboard shortcuts showed up as expected. Removed whatever mods I'd made and the keyboard shortcuts still work as expected. |
Hi @dsouzadrian could you please share keymap-desktop.json file, insight is much appriciated |
I replaced the plugin with the following https://github.com/FelisDiligens/joplin-plugin-multimd-table-tools seems like this works better for me. |
Had to use this plugin since the other table markdown plugin was crashing on some instances. Keyboard shortcuts were not set until I installed both plugins, weird behavior but here's the keymap json (windows): [
{
"command": "ezInsertTable",
"accelerator": "Ctrl+Shift+I"
},
{
"command": "ezFormatTable",
"accelerator": "Ctrl+Shift+F"
},
{
"command": "ezDeleteCol",
"accelerator": null
},
{
"command": "ezInsertNewRow",
"accelerator": "Ctrl+Enter"
},
{
"command": "ezInsertNewCol",
"accelerator": "Ctrl+Tab"
}
] |
Description
Some of listed features are working only via menu. Shortcuts are not working.
I´m not sure if it is a tools / version incompability issue. Therfore I list below the versions on my machine.
Thanks in advance for your support
Listed features
Tool versions
Info
The text was updated successfully, but these errors were encountered: