Skip to main content
Sign in
Snippets Groups Projects
Commit eee0cbfa authored by Pier Angelo Vendrame's avatar Pier Angelo Vendrame :jack_o_lantern:
Browse files

fixup! BB 40926: Implemented the New Identity feature

Fixed oncommands
parent 850b2bcf
Branches
Tags
1 merge request!1505BB/TB 43416: Rebased onto 135.0a1
......@@ -408,5 +408,5 @@
modifiers="accel,alt"
internal="true"/>
#endif
<key id="new-identity-key" modifiers="accel shift" key="U" oncommand="NewIdentityButton.onCommand(event)"/>
<key id="new-identity-key" modifiers="accel shift" key="U" command="cmd_newIdentity"/>
</keyset>
......@@ -247,6 +247,9 @@ document.addEventListener(
case "zoomWindow":
zoomWindow();
break;
case "cmd_newIdentity":
NewIdentityButton.onCommand(event);
break;
}
});
......
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment