|
@@ -139,8 +139,7 @@ module BABYLON.GUI {
|
|
this._connectedInputText.processKey(13);
|
|
this._connectedInputText.processKey(13);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
-
|
|
|
|
- this._connectedInputText.processKey(-1, key);
|
|
|
|
|
|
+ this._connectedInputText.processKey(-1, (this.shiftState ? key.toUpperCase() : key));
|
|
|
|
|
|
if(this.shiftState === 1){
|
|
if(this.shiftState === 1){
|
|
this.shiftState = 0;
|
|
this.shiftState = 0;
|