Title: Escape Key
Last modified: April 18, 2019

---

# Escape Key

 *  [qwain](https://wordpress.org/support/users/qwain/)
 * (@qwain)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/escape-key/)
 * Hi,
 * Nice plugin !
 * Is it possible to disable the escape key ?
 * Thanks, Fred

Viewing 1 replies (of 1 total)

 *  Plugin Author [themifyme](https://wordpress.org/support/users/themifyme/)
 * (@themifyme)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/escape-key/#post-11502432)
 * Hi!
 * Unfortunately there’s no setting for that, however it can be done via modifying
   one of the plugin’s files.
    In the `plugins/themify-popup/assets/scripts.js` 
   file you can find this line:
 *     ```
       enableEscapeKey : ( style == 'fullscreen' ) ? false : true,
       ```
   
 * And change it to:
 *     ```
       enableEscapeKey : false,
       ```
   
 * That will disable this feature.

Viewing 1 replies (of 1 total)

The topic ‘Escape Key’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/themify-popup_5dacc2.svg)
 * [Themify Popup](https://wordpress.org/plugins/themify-popup/)
 * [Support Threads](https://wordpress.org/support/plugin/themify-popup/)
 * [Active Topics](https://wordpress.org/support/plugin/themify-popup/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/themify-popup/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/themify-popup/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [themifyme](https://wordpress.org/support/users/themifyme/)
 * Last activity: [7 years, 2 months ago](https://wordpress.org/support/topic/escape-key/#post-11502432)
 * Status: not resolved