FiniteStateMachine
FiniteStateMachine copied to clipboard
CTRL+SHIFT+F shortcut is overriden by this addon.
CTRL+SHIFT+F is normally reserved by the script editor to jump to a function. It appears that this commit (https://github.com/kubecz3k/FiniteStateMachine/commit/f27282d816fbebb6855fd8d050abc9e828412873) overrides that, so if you're in the script view and try to navigate to a function it snaps you to to the FSM. I'd open a PR but I'm not sure what the right substitute keybinding is.
Related but unrelated: the shortcut keys also don't activate the 'FSM' tab, so if you were to CTRL+SHIFT+F while on the '2D' view the '2D' tab would still be activate even though you're on the 'FSM' tab.
Also, thanks for your hardwork.
Thanks, I have changed to ctrl+alt+f. Still need to fix that second issue with FSM tab not being selected, but I'm little short on time today (so lets leave this issue open).