Browse Mode when using Go-To-File #2784
-
Hi, I currently have my Default Open Mode setting set to browse. When I want to edit source, I'll go to my object browser, right click the source file and Open --> Edit. I like using Ctrl+Alt+P Go To File to locate source more quickly than navigating my filters in the Object Browser, but I can't seem to open source in browse mode using this method. Any suggestions or maybe something I'm missing? |
Beta Was this translation helpful? Give feedback.
Answered by
sebjulliand
Jul 9, 2025
Replies: 1 comment 1 reply
-
Hi @kylejfavorite , |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
kylejfavorite
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi @kylejfavorite ,
you can use
ctrl+alt+o
(Go to File (Read Only)...) which is the read-only variant ofctrl+alt+p
.