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:
@@ -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');
|
||||
|
||||
Reference in New Issue
Block a user