Skip to content

Commit

Permalink
Merge pull request #49 from StewieFox/patch-1
Browse files Browse the repository at this point in the history
Fix close
  • Loading branch information
gufoe authored Apr 29, 2020
2 parents 623bd89 + 765202c commit 58adfef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion extension.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ const TranslatorExtension = class TranslatorExtension {
let cyrillic_control = 8196;
let cyrillic_shift = 8192;

if (symbol == Clutter.Escape) {
if (symbol == Clutter.KEY_Escape) {
this.close();
}
// ctrl+shift+c - copy translated text to clipboard
Expand Down

0 comments on commit 58adfef

Please sign in to comment.