diff SkeletonKey.xml @ 86:d6831be74cf4

Partial functionality updates for 8.0
author Nenue
date Tue, 17 Jul 2018 14:46:43 -0400
parents 9824d524a661
children 73810564e4b8
line wrap: on
line diff
--- a/SkeletonKey.xml	Tue Jul 17 14:38:50 2018 -0400
+++ b/SkeletonKey.xml	Tue Jul 17 14:46:43 2018 -0400
@@ -24,11 +24,11 @@
       <OnLoad method="OnLoad" />
       <OnEvent method="OnEvent" />
       <OnShow method="OnShow" />
-      <OnUpdate method="OnUpdate" />
+      <!--<OnUpdate method="OnUpdate" />-->
       <OnKeyDown method="OnKeyDown" />
       <OnKeyUp method="OnKeyUp" />
-      <OnMouseDown method="OnMouseDown" />
-      <OnMouseUp method="OnMouseUp" />
+      <!--<OnMouseDown method="OnMouseDown" />
+      <OnMouseUp method="OnMouseUp" />-->
       <OnMouseWheel method="OnMouseWheel" />
       <OnDragStart method="OnDragStart" />
       <OnDragStop method="OnDragStop" />
@@ -142,7 +142,7 @@
           <OnEvent method="OnEvent" />
         </Scripts>
       </Frame>
-
+<!--
       <Frame name="KeyBinderTutorial" parent="KeyBinder">
 
         <Size x="20" y="20" />
@@ -159,7 +159,7 @@
               </Anchors>
               <TexCoords left="0.0019531" right="0.1484375" top="0.4257813" bottom="0.6210938"/>
             </Texture>
-            <FontString inherits="KTLogString" text="to change a key binding.">
+            <FontString inherits="SkeletonKeyButtonFont" text="to change a key binding.">
               <Anchors>
                 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parentMouseLeftClick" x="2" y="0" />
               </Anchors>
@@ -172,7 +172,7 @@
               </Anchors>
               <TexCoords left="0.0019531" right="0.1484375" top="0.6269531" bottom="0.8222656"/>
             </Texture>
-            <FontString inherits="KTLogString" text="to remove actions from profile.">
+            <FontString inherits="SkeletonKeyButtonFont" text="to remove actions from profile.">
               <Anchors>
                 <Anchor point="TOPLEFT" relativePoint="TOPRIGHT" relativeTo="$parentMouseRightClick" x="2" y="0" />
               </Anchors>
@@ -180,7 +180,7 @@
 
           </Layer>
         </Layers>
-      </Frame>
+      </Frame>-->
 
       <Button inherits="UIPanelCloseButton" parentKey="CloseButton">
         <Anchors>
@@ -193,7 +193,7 @@
         <Size  y="32" x="32" />
         <Layers>
           <Layer level="OVERLAY">
-            <FontString parentKey="header" inherits="KTLogString" text="Sticky Mode:" />
+            <FontString parentKey="header" inherits="SkeletonKeyButtonFont" text="Sticky Mode:" />
           </Layer>
         </Layers>
       </CheckButton>
@@ -205,7 +205,7 @@
         </Anchors>
         <Layers>
           <Layer level="OVERLAY">
-            <FontString parentKey="header" inherits="KTLogString" text="Bind" />
+            <FontString parentKey="header" inherits="SkeletonKeyButtonFont" text="Bind" />
             <FontString inherits="SkeletonKeyHeaderFont" text="Settings">
               <Anchors>
                 <Anchor point="BOTTOMLEFT" relativePoint="TOPLEFT" x="0" y="32" />
@@ -222,7 +222,7 @@
         </Anchors>
         <Layers>
           <Layer level="OVERLAY">
-            <FontString parentKey="header" inherits="KTLogString" text="Safe" />
+            <FontString parentKey="header" inherits="SkeletonKeyButtonFont" text="Safe" />
           </Layer>
         </Layers>
       </CheckButton>
@@ -329,7 +329,7 @@
     <Scripts>
       <OnLoad method="OnLoad" />
       <OnShow method="OnShow" />
-      <OnEvent method="OnEvent" />
+      <!--<OnEvent method="OnEvent" />-->
     </Scripts>
     <Layers>
       <Layer level="BACKGROUND">
@@ -391,8 +391,10 @@
       </Button>
     </Frames>
   </Frame>
+
+  <!--
   <Frame name="$parentSystemBindings" mixin="SkeletonKeySystemBindingsMixin" inherits="SkeletonKeyPanelTemplate" />
-
+-->
   <Button name="SkeletonKeyTabTemplate" parentArray="tabButtons" virtual="true">
     <Size x="48" y="32" />
     <Layers>