Difference between revisions of "Skinning How To/Remove the release keys button"

From Second Life Wiki
Jump to navigation Jump to search
(New page: = Intro = The "Release Keys" button is part of '''panel_overlaybar.xml'''. This file controls the toolbar portions that aren't part of the main toolbar, such as the chat bar, media contro...)
 
Line 4: Line 4:


= Removing Release Keys =
= Removing Release Keys =
Browse to your specific language folder in either '''\SecondLifeReleaseCandidate\skins\xui\''' for the Release Candidate or '''\SecondLife\skins\xui\''' for the latest release version.


Open '''panel_overlaybar.xml''' in a text/xml editor.  
In 1.20+ all layout settings are in the en-us folder. To remove the release keys button:


Scroll down about halfway. You'll see a row of <button> tags.  
# Browse to '''\SecondLifeReleaseCandidate\skins\default\xui\en-us\''' for the Release Candidate, or '''\SecondLife\skins\xui\en-us\''' for the latest release version.
 
# Open '''panel_overlaybar.xml''' in a text or xml editor.
Find: <pre><button bottom="1" follows="left|bottom" font="SansSerif" halign="center" height="20"
# Scroll down the file about halfway. You'll see a row of <button> tags.  
# Find:  
<pre><button bottom="1" follows="left|bottom" font="SansSerif" halign="center" height="20"
  label="Release Keys" label_selected="Release Keys" left="229"
  label="Release Keys" label_selected="Release Keys" left="229"
  name="Release Keys" scale_image="true"
  name="Release Keys" scale_image="true"
  tool_tip="A script has taken control of your keys. Click here to release them."
  tool_tip="A script has taken control of your keys. Click here to release them."
  width="102" /></pre>
  width="102" /></pre>
 
# Delete this section.
Delete that section.
# Save and relog. The "Release Keys" button will now be gone.
 
Save and relog. The "Release Keys" button will now be gone.


[[Category:Skinning]]
[[Category:Skinning]]

Revision as of 20:24, 10 July 2008

Intro

The "Release Keys" button is part of panel_overlaybar.xml. This file controls the toolbar portions that aren't part of the main toolbar, such as the chat bar, media controls, voice controls, as well as the "Release Keys", "IM Received", "Set Not Busy", "Mouselook," and "Stand Up" buttons.

Removing Release Keys

In 1.20+ all layout settings are in the en-us folder. To remove the release keys button:

  1. Browse to \SecondLifeReleaseCandidate\skins\default\xui\en-us\ for the Release Candidate, or \SecondLife\skins\xui\en-us\ for the latest release version.
  2. Open panel_overlaybar.xml in a text or xml editor.
  3. Scroll down the file about halfway. You'll see a row of <button> tags.
  4. Find:
<button bottom="1" follows="left|bottom" font="SansSerif" halign="center" height="20"
 label="Release Keys" label_selected="Release Keys" left="229"
 name="Release Keys" scale_image="true"
 tool_tip="A script has taken control of your keys. Click here to release them."
 width="102" />
  1. Delete this section.
  2. Save and relog. The "Release Keys" button will now be gone.