@@ -1005,6 +1005,11 @@ function hotkey_handler(e) {
return;
}
if(keycode==68&&shift_key){// shift-D
if(isCdmMode()&&active_post_id){
cdmDismissArticle(active_post_id);
}
}
if(keycode==78||keycode==40){// n, down
if(typeofmoveToPost!='undefined'){
Reference in New Issue
Block a user
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.