Welcome to the Second Life Forums Archive

These forums are CLOSED. Please visit the new forums HERE

Advanced menu without Ctrl+Alt+D?

Barrington John
Yorkshire guy
Join date: 17 Nov 2007
Posts: 119
05-28-2008 06:39
How can I get the Advanced menu up without using Ctrl+Alt+D? I've a PC here running Ubuntu Linux, and that seems to be the shortcut for the desktop and hence not passed to the SL client.

Thanks!
Kristopher Tenk
Registered User
Join date: 11 Apr 2007
Posts: 153
05-28-2008 06:41
Ctrl+shift+alt+d

:)
Toy LaFollette
I eat paintchips
Join date: 11 Feb 2004
Posts: 2,359
05-28-2008 06:42
try using ctrl-alt-shift-D

some systems require the shift and all systems should work with the shift.
_____________________
"So you see, my loyalty lies with Second Life, not with Linden Lab. Where I perceive the actions of Linden Lab to be in conflict with the best interests of Second Life, I side with Second Life."-Jacek
Kitty Barnett
Registered User
Join date: 10 May 2006
Posts: 5,586
05-28-2008 06:46
Depends on which viewer you're using since the XML changed between 1.19 and 1.20:

settings_releasecandidate.xml (1.20.x):

Look if it's already present and change 0 to 1, or add the following:
From: someone

<key>UseDebugMenus</key>
<map>
<key>Comment</key>
<string>Turns on "Debug" menu</string>
<key>Type</key>
<string>Boolean</string>
<key>Value</key>
<integer>1</integer>
</map>


(I don't have 1.19.x installed right now, I'll peek in a little bit :))
Barrington John
Yorkshire guy
Join date: 17 Nov 2007
Posts: 119
05-28-2008 06:46
Fast work! Thanks, guys - that's got it.