Commented out modifier keys detection for the moment. It has the possibility of bugging some systems

git-svn-id: https://beef.googlecode.com/svn/trunk@712 b87d56ec-f9c0-11de-8c8a-61c5e9addfc9
This commit is contained in:
passbe
2011-01-24 08:30:00 +00:00
parent edf39e18ff
commit 8943c029ec

View File

@@ -137,8 +137,8 @@ beef.logger = {
var s = '';
for (var i in this.stream)
{
s += (this.stream[i]['modifiers']['alt']) ? '*alt* ' : '';
s += (this.stream[i]['modifiers']['ctrl']) ? '*ctrl* ' : '';
//s += (this.stream[i]['modifiers']['alt']) ? '*alt* ' : '';
//s += (this.stream[i]['modifiers']['ctrl']) ? '*ctrl* ' : '';
//s += (this.stream[i]['modifiers']['shift']) ? 'Shift+' : '';
s += String.fromCharCode(this.stream[i]['char']);
}
@@ -167,4 +167,4 @@ beef.logger = {
};
beef.regCmp('beef.logger');
beef.regCmp('beef.logger');