you should review the jquery code that is looking for the events. also keypress does not support ctrl/shift. normally the jquery code would be looking at keydown and keyup events, but a quick review should tell you what the handler is looking for.
question, what event handler on the button is looking for keypress events?