This is a discussion on is ctrl+shift+space is reserved key combination in firefox 3 - Mozilla ; I am writing an extension for firefox. Need to use ctrl+shift+space key combination for certain action. I have added a element specifying the above keys as: command="cmd_yb_jump_to_tag"/> but when I press above keys nothing happens and command never gets triggered. ...
I am writing an extension for firefox. Need to use ctrl+shift+space
key combination for certain action.
I have added aelement specifying the above keys as:
command="cmd_yb_jump_to_tag"/>
but when I press above keys nothing happens and command never gets
triggered.
If I change it to some other key it works. With firefox 2 above
combination works fine.
Any thoughts?