FiniteStateMachine icon indicating copy to clipboard operation
FiniteStateMachine copied to clipboard

CTRL+SHIFT+F shortcut is overriden by this addon.

Open radicaled opened this issue 8 years ago • 1 comments

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.

radicaled avatar Jun 19 '17 21:06 radicaled

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).

kubecz3k avatar Jun 20 '17 18:06 kubecz3k