Thanks, I already build OBS in my computer. I am trying to figure out how the shortcut shows on the UI, like "Fullscreen Interagtion F11". Can you help me with that?The installed application on your PC doesn't contain any source code, as it's compiled/built before it's uploaded.
If you'd like to browse the UI source code, you can find it in this folder of the GitHub repository. You're likely looking for the window-basic-*.cpp files, or the forms/OBSBasic*.ui files (these .ui files can be opened in Qt Creator). To see the results of any changes you make, you would need to build OBS locally. You can find instructions to do that here.
Thanks for your helpQt Creator can expose how the shortcut is mapped, so that's how they appear in the menu bar.
View attachment 44718
Shortcuts for context menus are a different beast, and while they previously correctly appeared, Qt currently has a bug where they don't appear.