An option to map keyboard shortcut to show context menu (spelling suggestions) based on the current cursor position (not a mouse pointer position) would be incredibly useful.
I could've used this a few times just while typing this suggestion itself.
Unfortunately that code works in almost no app (as it gets the selected text, not the text cursor), but something like it is already included in BTT. If you want to try whether it works with your apps you can do it like this:
1.) Assign the "move mouse to position" action. Configure that action to move the mouse to the center of the text cursor.
2.)) Attach an additional right-click
I think on old versions of macOS the text selection did return something even if no next was selected, and for some apps this still works (mostly only Xcode). For most it will fail though and I don't know of any other way to detect the position of the text cursor.
Actually it seems to be a bug in macOS that the code is not working (https://openradar.appspot.com/14285519 ) unfortunately it has been there for at least 10 years, thus very unlikely Apple will ever fix this.
I don't see the 'move to center of TEXT cursor' option. Has it been removed? Is there a way to move the mouse pointer to the text cursor or a highlighted item?