[SOLVED]Numberic '1' not working in Editor

I have a problem that I just cant understand. Suddenly, today, ‘1’ does not work. For example if I have a sphere which is to be scale to 10 on x, it automatically changes all scale values to 1. If I wanted to change it to 21 it receives to ‘2’ to ignores the ‘1’ input, but in this case does not change all values to ‘1’ as mentioned above.

What might be wrong here? Anyone else had this problem?

And yes, I have checked the keyboard. If you check both the body and subject of this post you will see the ‘1’ being used. I have also tried rebooting(twice).

Any help appreciated. Thanks.

EDIT/UPDATE: It seems to be just my project that is affected by this. Opened another project just to check and it had no such problem. This is weird.
ALSO: ‘0’ has the same effect as ‘1’.

Ok. The problem exist no more.

It was my ignorance that is at blame. Last night I added some editor scripts from this post http://forum.unity3d.com/viewtopic.php?t=24690 and the objectManipulation.js script sets rotation automatically on input ‘1’ and ‘0’. Deleted this script and voila.