diff --git a/interface/resources/controllers/standard_nomovement.json b/interface/resources/controllers/standard_nomovement.json
new file mode 100644
index 0000000000..015bc33056
--- /dev/null
+++ b/interface/resources/controllers/standard_nomovement.json
@@ -0,0 +1,78 @@
+{
+ "name": "Standard to Action (No Movement)",
+ "channels": [
+ { "from": "Standard.LT", "to": "Actions.LeftHandClick" },
+ { "from": "Standard.RT", "to": "Actions.RightHandClick" },
+
+ { "from": "Standard.LeftHand", "to": "Actions.LeftHand" },
+ { "from": "Standard.LeftHandThumb1", "to": "Actions.LeftHandThumb1"},
+ { "from": "Standard.LeftHandThumb2", "to": "Actions.LeftHandThumb2"},
+ { "from": "Standard.LeftHandThumb3", "to": "Actions.LeftHandThumb3"},
+ { "from": "Standard.LeftHandThumb4", "to": "Actions.LeftHandThumb4"},
+ { "from": "Standard.LeftHandIndex1", "to": "Actions.LeftHandIndex1"},
+ { "from": "Standard.LeftHandIndex2", "to": "Actions.LeftHandIndex2"},
+ { "from": "Standard.LeftHandIndex3", "to": "Actions.LeftHandIndex3"},
+ { "from": "Standard.LeftHandIndex4", "to": "Actions.LeftHandIndex4"},
+ { "from": "Standard.LeftHandMiddle1", "to": "Actions.LeftHandMiddle1"},
+ { "from": "Standard.LeftHandMiddle2", "to": "Actions.LeftHandMiddle2"},
+ { "from": "Standard.LeftHandMiddle3", "to": "Actions.LeftHandMiddle3"},
+ { "from": "Standard.LeftHandMiddle4", "to": "Actions.LeftHandMiddle4"},
+ { "from": "Standard.LeftHandRing1", "to": "Actions.LeftHandRing1"},
+ { "from": "Standard.LeftHandRing2", "to": "Actions.LeftHandRing2"},
+ { "from": "Standard.LeftHandRing3", "to": "Actions.LeftHandRing3"},
+ { "from": "Standard.LeftHandRing4", "to": "Actions.LeftHandRing4"},
+ { "from": "Standard.LeftHandPinky1", "to": "Actions.LeftHandPinky1"},
+ { "from": "Standard.LeftHandPinky2", "to": "Actions.LeftHandPinky2"},
+ { "from": "Standard.LeftHandPinky3", "to": "Actions.LeftHandPinky3"},
+ { "from": "Standard.LeftHandPinky4", "to": "Actions.LeftHandPinky4"},
+
+ { "from": "Standard.RightHand", "to": "Actions.RightHand" },
+ { "from": "Standard.RightHandThumb1", "to": "Actions.RightHandThumb1"},
+ { "from": "Standard.RightHandThumb2", "to": "Actions.RightHandThumb2"},
+ { "from": "Standard.RightHandThumb3", "to": "Actions.RightHandThumb3"},
+ { "from": "Standard.RightHandThumb4", "to": "Actions.RightHandThumb4"},
+ { "from": "Standard.RightHandIndex1", "to": "Actions.RightHandIndex1"},
+ { "from": "Standard.RightHandIndex2", "to": "Actions.RightHandIndex2"},
+ { "from": "Standard.RightHandIndex3", "to": "Actions.RightHandIndex3"},
+ { "from": "Standard.RightHandIndex4", "to": "Actions.RightHandIndex4"},
+ { "from": "Standard.RightHandMiddle1", "to": "Actions.RightHandMiddle1"},
+ { "from": "Standard.RightHandMiddle2", "to": "Actions.RightHandMiddle2"},
+ { "from": "Standard.RightHandMiddle3", "to": "Actions.RightHandMiddle3"},
+ { "from": "Standard.RightHandMiddle4", "to": "Actions.RightHandMiddle4"},
+ { "from": "Standard.RightHandRing1", "to": "Actions.RightHandRing1"},
+ { "from": "Standard.RightHandRing2", "to": "Actions.RightHandRing2"},
+ { "from": "Standard.RightHandRing3", "to": "Actions.RightHandRing3"},
+ { "from": "Standard.RightHandRing4", "to": "Actions.RightHandRing4"},
+ { "from": "Standard.RightHandPinky1", "to": "Actions.RightHandPinky1"},
+ { "from": "Standard.RightHandPinky2", "to": "Actions.RightHandPinky2"},
+ { "from": "Standard.RightHandPinky3", "to": "Actions.RightHandPinky3"},
+ { "from": "Standard.RightHandPinky4", "to": "Actions.RightHandPinky4"},
+
+ { "from": "Standard.LeftFoot", "to": "Actions.LeftFoot" },
+ { "from": "Standard.RightFoot", "to": "Actions.RightFoot" },
+
+ { "from": "Standard.Hips", "to": "Actions.Hips" },
+ { "from": "Standard.Spine2", "to": "Actions.Spine2" },
+
+ { "from": "Standard.Head", "to": "Actions.Head" },
+ { "from": "Standard.LeftArm", "to": "Actions.LeftArm" },
+ { "from": "Standard.RightArm", "to": "Actions.RightArm" },
+
+ { "from": "Standard.TrackedObject00", "to" : "Actions.TrackedObject00" },
+ { "from": "Standard.TrackedObject01", "to" : "Actions.TrackedObject01" },
+ { "from": "Standard.TrackedObject02", "to" : "Actions.TrackedObject02" },
+ { "from": "Standard.TrackedObject03", "to" : "Actions.TrackedObject03" },
+ { "from": "Standard.TrackedObject04", "to" : "Actions.TrackedObject04" },
+ { "from": "Standard.TrackedObject05", "to" : "Actions.TrackedObject05" },
+ { "from": "Standard.TrackedObject06", "to" : "Actions.TrackedObject06" },
+ { "from": "Standard.TrackedObject07", "to" : "Actions.TrackedObject07" },
+ { "from": "Standard.TrackedObject08", "to" : "Actions.TrackedObject08" },
+ { "from": "Standard.TrackedObject09", "to" : "Actions.TrackedObject09" },
+ { "from": "Standard.TrackedObject10", "to" : "Actions.TrackedObject10" },
+ { "from": "Standard.TrackedObject11", "to" : "Actions.TrackedObject11" },
+ { "from": "Standard.TrackedObject12", "to" : "Actions.TrackedObject12" },
+ { "from": "Standard.TrackedObject13", "to" : "Actions.TrackedObject13" },
+ { "from": "Standard.TrackedObject14", "to" : "Actions.TrackedObject14" },
+ { "from": "Standard.TrackedObject15", "to" : "Actions.TrackedObject15" }
+ ]
+}
diff --git a/interface/resources/fonts/hifi-glyphs-1.32/fonts/hifi-glyphs.woff b/interface/resources/fonts/hifi-glyphs-1.32/fonts/hifi-glyphs.woff
deleted file mode 100644
index 534f8e5623..0000000000
Binary files a/interface/resources/fonts/hifi-glyphs-1.32/fonts/hifi-glyphs.woff and /dev/null differ
diff --git a/interface/resources/fonts/hifi-glyphs-1.32/fonts/hifi-glyphs.eot b/interface/resources/fonts/hifi-glyphs-1.34/fonts/hifi-glyphs.eot
similarity index 91%
rename from interface/resources/fonts/hifi-glyphs-1.32/fonts/hifi-glyphs.eot
rename to interface/resources/fonts/hifi-glyphs-1.34/fonts/hifi-glyphs.eot
index 93f4bc89a4..6cdc2487a6 100644
Binary files a/interface/resources/fonts/hifi-glyphs-1.32/fonts/hifi-glyphs.eot and b/interface/resources/fonts/hifi-glyphs-1.34/fonts/hifi-glyphs.eot differ
diff --git a/interface/resources/fonts/hifi-glyphs-1.32/fonts/hifi-glyphs.svg b/interface/resources/fonts/hifi-glyphs-1.34/fonts/hifi-glyphs.svg
similarity index 98%
rename from interface/resources/fonts/hifi-glyphs-1.32/fonts/hifi-glyphs.svg
rename to interface/resources/fonts/hifi-glyphs-1.34/fonts/hifi-glyphs.svg
index 4f1fb2e690..de91dcae71 100644
--- a/interface/resources/fonts/hifi-glyphs-1.32/fonts/hifi-glyphs.svg
+++ b/interface/resources/fonts/hifi-glyphs-1.34/fonts/hifi-glyphs.svg
@@ -154,4 +154,6 @@