diff --git a/index.html b/index.html
index 89f6703..edf1978 100644
--- a/index.html
+++ b/index.html
@@ -153,6 +153,7 @@
Head PitchW S / L-Stick Y
Head RollQ E / R-Stick X
MouthSpace / RT
+ Mouth (Slow)No. 1-5
ResetR / Y Button
@@ -925,6 +926,11 @@ function processInput(){
if(k['KeyS'])kP+=spd;if(k['KeyW'])kP-=spd;
if(k['KeyQ'])kR+=spd;if(k['KeyE'])kR-=spd;
if(k['Space'])kM=1;
+ if(k['Digit1'])kM=0.2;
+ if(k['Digit2'])kM=0.4;
+ if(k['Digit3'])kM=0.6;
+ if(k['Digit4'])kM=0.8;
+ if(k['Digit5'])kM=1;
if(k['KeyR']){S.tY=S.tP=S.tR=S.tM=0;return}
var gY=0,gP=0,gR=0,gM=0;