tgrosinger / advanced-tables-obsidian

Improved table navigation, formatting, and manipulation in Obsidian.md
GNU General Public License v3.0
2.15k stars 80 forks source link

Hotkeys #335

Open manihindrich opened 5 months ago

manihindrich commented 5 months ago

When I install the plugin, there are no keyboard shortcuts mapped for it (except for 'Open table controls sidebar'). Single-key shortcuts, 'Enter' for Next Row and 'Tab' for Next Cell, cannot be mapped. What should I do?

Steps to reproduce the behavior:

  1. install plugin in new empty obsidian vault
  2. go to hotkeys
  3. See error

Expected behavior The application has predefined keyboard shortcuts or instructions for mapping them.

image

QuetschKuh commented 1 month ago

Same problem here. Makes it really annoying to use the quick table creation and navigation features

murazi commented 1 month ago

I can't use it either. Maybe the author has given up on updating the plug-in.

khorton commented 1 month ago

Enter and Tab cannot be mapped as Hotkeys for anything - so this is a basic Obsidian design choice or bug. This issue isn't specific to this plugin.

QuetschKuh commented 1 month ago

I have exactly zero qualification for the following statement, but I'm sure the Obsidian developers would have been considerate enough for community plugins to have some way to hook into native Obsidian functions like tab and enter. For rebinding I reckon it should only use the hard-coded tab and enter when the hotkey isn't set. And for those who only want the manipulation features you could add a toggle setting. The maintainer is still active so if I ever have some free time I might do some research on Obsidian plugin development.