Title: Comments window opens when typing &#8220;N&#8221;
Last modified: February 20, 2020

---

# Comments window opens when typing “N”

 *  Resolved [cgrabe](https://wordpress.org/support/users/cgrabe/)
 * (@cgrabe)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/comments-window-opens-when-typing-n/)
 * When I type the letter N on my keyboard, the comment section opens on the top
   admin tool bar next to where it says “Howdy (name)”. Has anyone seen this before?
   Is there a fix?
 * Thanks

Viewing 3 replies - 1 through 3 (of 3 total)

 *  [Sighlence](https://wordpress.org/support/users/sighlence/)
 * (@sighlence)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/comments-window-opens-when-typing-n/#post-12458022)
 * Hello there!
 * Are you working on the Gutenberg or Block builder when this happens? I checked
   the available WordPress shortcuts but didn’t find one for the “N” key. Please
   check the link below.
 * // [https://www.wpbeginner.com/beginners-guide/21-most-useful-time-saving-wordpress-shortcuts/](https://www.wpbeginner.com/beginners-guide/21-most-useful-time-saving-wordpress-shortcuts/)
 * It will help if you can provide more info about when or where this happens, then
   maybe we’ll know what triggers it. Disabling the plugins temporarily might also
   help.
 * Best Regards,
    Ismael
 *  Thread Starter [cgrabe](https://wordpress.org/support/users/cgrabe/)
 * (@cgrabe)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/comments-window-opens-when-typing-n/#post-12458046)
 * Thank you for the reply Ismael! I typically work with the classic editor. I’m
   just starting a new site after not working on one for a few years, so it’s what
   I’m used to.
 * It happens whether I am on the dashboard or on the actual page. It’s not live
   yet, so I can’t view it without being logged in. The only time it does not happen,
   is if i am actually typing in the backend in a textbox. If I’m filling out a 
   form on the site itself, the N issue still happens.
 * I too didn’t see any kind of shortcuts using N. I disabled comment shortcuts 
   as well. I also, had my business partner log in on his computer, and it happens
   there as well.
 * Thanks again,
    Chris
 *  Thread Starter [cgrabe](https://wordpress.org/support/users/cgrabe/)
 * (@cgrabe)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/comments-window-opens-when-typing-n/#post-12461646)
 * I’m still not sure what initially caused the issue, but I just removed the comment
   icon in the top admin bar by adding the following to functions.php:
 *     ```
       function remove_comments(){
               global $wp_admin_bar;
               $wp_admin_bar->remove_menu('comments');
       }
       add_action( 'wp_before_admin_bar_render', 'remove_comments' );
       ```
   
 * That seemed to solve the issue.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Comments window opens when typing “N”’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [cgrabe](https://wordpress.org/support/users/cgrabe/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/comments-window-opens-when-typing-n/#post-12461646)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
