I have a XBL handler with the following signature:
<handler event="keypress" modifiers="control" keycode="DOM_VK_L">
As you see, it should be fired when the user press CTRL+L. But, for some reason, it fires when the user press CTRL+.
Why? And how to make it work exclusively for CTRL+L?