Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

GDExtension Editor Shortcuts Not Working #86

Closed
Atlinx opened this issue Apr 7, 2024 · 6 comments
Closed

GDExtension Editor Shortcuts Not Working #86

Atlinx opened this issue Apr 7, 2024 · 6 comments
Labels
bug Something isn't working

Comments

@Atlinx
Copy link

Atlinx commented Apr 7, 2024

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.

@Atlinx Atlinx changed the title Limbo AI Editor Shortcuts Not Working GDExtension Editor Shortcuts Not Working Apr 7, 2024
@limbonaut
Copy link
Owner

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

@limbonaut limbonaut added the bug Something isn't working label Apr 7, 2024
@Atlinx
Copy link
Author

Atlinx commented Apr 7, 2024

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

@masterthdev
Copy link

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

@limbonaut
Copy link
Owner

limbonaut commented Apr 21, 2024

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.

@limbonaut
Copy link
Owner

This issue might be fixed in #122

@limbonaut
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants