Skip to content
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

Open
A-n-d-y-K opened this issue Oct 31, 2022 · 9 comments
Open

Shortcuts/Features are not working #1

A-n-d-y-K opened this issue Oct 31, 2022 · 9 comments

Comments

@A-n-d-y-K
Copy link

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

  • Insert empty table (Ctrl + Shift + I) -> Working
  • Format Table (Ctrl + Shift + F) -> Not Working
  • Insert new row (Ctrl + Enter) -> Not Working
  • Insert new column (Ctrl + Tab) -> Not Working
  • Delete column (Access by right click) -> Working
  • Hit enter to insert <br> as a newline in the table- > Working
  • Hit tab to move cursor to the next column -> working

Tool versions

  • Joplin for Desktop 2.8.8
  • EzTable v1.0.2

Info

  • Editor monospace font family set to "Cascadia Mono"
  • Format Table - via Menu: Tools -> Ez Table -> Working
  • Insert new row - via Menu: Tools -> Ez Table -> Working
  • Insert new column - via Menu: Tools -> Ez Table -> Working
@kensam94
Copy link
Owner

kensam94 commented Dec 4, 2022

@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?

@A-n-d-y-K
Copy link
Author

@kensam94 ,
thanks for your response, I played arrouned with curser position. Before, Within, after Table. I found no differnece to what I worte in Issue description.
Best regards

@xXZaretXx
Copy link

@kensam94 Hello kensam,
i have the same problem. I found out, that i can set :
Ez Delete Column, Ez Format Table and Ez Insert Table in the Keyboard Shortcuts Option from Joplin.
After setting the shortcut, these 3 commands work.

@dsouzadrian
Copy link

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.

@dsouzadrian
Copy link

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.

image

Removed whatever mods I'd made and the keyboard shortcuts still work as expected.

@backtrackshubham
Copy link

Hi @dsouzadrian could you please share keymap-desktop.json file, insight is much appriciated

@XanatosX
Copy link

XanatosX commented Aug 27, 2023

Same issue for me, seems like nothing was set

grafik

And looks like the following are missing

  • Insert New Row
  • Insert New Column

Joplin Version: 2.11.11 (Win32)
Plugin Version: 1.0.2

Other Plugins installed

grafik

@XanatosX
Copy link

I replaced the plugin with the following https://github.com/FelisDiligens/joplin-plugin-multimd-table-tools seems like this works better for me.

@uyrussell21
Copy link

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"
  }
]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants