У меня не работала кнопка DUI F3
Нашёл в обсуждении Steam решение которое мне помогло
in the darnUI folder open start_menu.xml
search for the following:
<_isPauseMenu>
<copy src="main_container" trait="childcount" />
<eq> 9 </eq>
</_isPauseMenu>
<_isGamePlayMenu>
<copy src="options_container" trait="childcount" />
<eq> 6 </eq>
Change the 9 to 8, and the 6 to 5. It should make the button work in the pause menu for you.