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:
parent
e185b28bed
commit
43032b7676
@ -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]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user