Bug 299472 - Tag commands being activated via keyboard shortcuts as such. ChatZilla only. r=gijs

git-svn-id: svn://10.0.0.236/trunk@244069 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
silver%warwickcompsoc.co.uk 2008-01-26 23:03:31 +00:00
parent e185b28bed
commit 43032b7676

View File

@ -293,7 +293,7 @@ function cmgr_instkey (parentElem, command)
var key = document.createElement ("key");
key.setAttribute ("id", "key:" + command.name);
key.setAttribute ("oncommand", "dispatch('" + command.name +
"', {isInteractive: true});");
"', {isInteractive: true, source: 'keyboard'});");
if (ary[1])
key.setAttribute ("modifiers", ary[1]);