jQuery(document).bind(‘keydown’, ‘Shift+backspace’, function (evt){jQuery(‘#_Shift_backspace’).addClass(‘dirty’); return false; });
jQuery(document).bind(‘keydown’, ‘Shift+scroll’, function (evt){jQuery(‘#_Shift_scroll’).addClass(‘dirty’); return false; });
jQuery(document).bind(‘keydown’, ‘Shift+capslock’, function (evt){jQuery(‘#_Shift_capslock’).addClass(‘dirty’); return false; });
jQuery(document).bind(‘keydown’, ‘Shift+numlock’, function (evt){jQuery(‘#_Shift_numlock’).addClass(‘dirty’); return false; });
jQuery(document).bind(‘keydown’, ‘Shift+pause’, function (evt){jQuery(‘#_Shift_pause’).addClass(‘dirty’); return false; });
jQuery(document).bind(‘keydown’, ‘Shift+insert’, function (evt){jQuery(‘#_Shift_insert’).addClass(‘dirty’); return false; });
jQuery(document).bind(‘keydown’, ‘Shift+home’, function (evt){jQuery(‘#_Shift_home’).addClass(‘dirty’); return false; });
jQuery(document).bind(‘keydown’, ‘Shift+del’, function (evt){jQuery(‘#_Shift_del’).addClass(‘dirty’); return false; });
jQuery(document).bind(‘keydown’, ‘Shift+end’, function (evt){jQuery(‘#_Shift_end’).addClass(‘dirty’); return false; });
jQuery(document).bind(‘keydown’, ‘Shift+pageup’, function (evt){jQuery(‘#_Shift_pageup’).addClass(‘dirty’); return false; });
jQuery(document).bind(‘keydown’, ‘Shift+pagedown’, function (evt){jQuery(‘#_Shift_pagedown’).addClass(‘dirty’); return false; });
jQuery(document).bind(‘keydown’, ‘Shift+left’, function (evt){jQuery(‘#_Shift_left’).addClass(‘dirty’); return false; });










