Missed a modifier name

pull/389/head^2
Jesse Vincent 7 years ago
parent 998ff7c753
commit 3d00ef6641
No known key found for this signature in database
GPG Key ID: 122F5DF7108E4046

@ -43,7 +43,7 @@ namespace KaleidoscopePlugins {
return;
modActive = Keyboard.isModifierActive (Key_LeftShift.keyCode) ||
Keyboard.isModifierActive (Key_RShift.keyCode);
Keyboard.isModifierActive (Key_RightShift.keyCode);
}
Key

Loading…
Cancel
Save