Replies: 2 comments 1 reply
-
I think it's a bug not a proposal |
Beta Was this translation helpful? Give feedback.
0 replies
-
I agree with @Zireael07. Could you create an issue in the godot repository instead? |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Most of the time, when I use the Focus shortcut F I have selected the node in the Scene tree (otherwise I would already have it in scene view). But pressing a single-letter keyboard shortcut while focusing on the Scene tree panel will find the next node whose name starts with that letter (e.g. Floor) instead. Sometimes, it would do nothing. I tried with other letters and it just did nothing anyway, for some reason.
If you click on the Scene view first then you can use F (and probably other single-letter shortcuts) reliably, but it's cumbersome.
Mapping to another shortcut like F4 works reliably.
Should we give priority to the shortcut if it exists, over node name search then?
Or just set the default to something else like F4, or Ctrl+Alt+F (more complex...) ?
I think other editors just give priority to shortcuts when meaningful.
Beta Was this translation helpful? Give feedback.
All reactions