limbonaut / limboai

LimboAI - Behavior Trees and State Machines for Godot 4

Home Page:https://limboai.readthedocs.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDExtension Editor Shortcuts Not Working

Atlinx opened this issue · comments

I'm using Godot 4.2.1 with the LimboAI latest master branch commit (0ff93fa) GDExtension, and the editor shortcuts don't work. For example I can't use delete to delete a task, and I can't use Ctrl + D to duplicate a task.

Strangely, it works as expected on my system with the latest build and GDExtension 4.2 branch. Which platform?
Anyone else experiencing this issue?

I'm on Windows 11. Maybe the shortcuts are getting eaten by the scene hierarchy?

In my setup shortcuts stop working only when this area is not focused:
resim

Using input fields in the inspector(like custom_name) and using search bar in task list and clicking anything outside of LimboAI tab removes focus from that area

Still not sure how I can reproduce this. As masterthdev noted, the LimboAI editor accepts shortcuts only when it is focused. Which is reasonable, since you don't want LimboAI eat those shortcuts from the scene editor.

I tested it on Linux and Windows 10 and it worked as expected.

This issue might be fixed in #122

Closing this one, because issues that I found in shortcut processing I already fixed. Reopen if you still have this issue.