diff options
Diffstat (limited to 'editor/update.cpp')
| -rw-r--r-- | editor/update.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/editor/update.cpp b/editor/update.cpp index 115e58b9..afc3b6cc 100644 --- a/editor/update.cpp +++ b/editor/update.cpp @@ -134,6 +134,8 @@ void app::do_key(key k, int mods) return do_quickload(); case key_new_file: return do_new_file(); + case key_escape: + return do_escape(); case key_quit: return M->quit(0); } |
