From e7bb920e1ca70c74809491f7efb8ccb4a3387e98 Mon Sep 17 00:00:00 2001 From: Alee14 Date: Thu, 10 Aug 2017 22:56:41 -0400 Subject: Editing the hotkey --- abblessed.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'abblessed.js') diff --git a/abblessed.js b/abblessed.js index b0946ae..1faa4be 100644 --- a/abblessed.js +++ b/abblessed.js @@ -109,7 +109,7 @@ function clearBoxes() { } // Quit on Escape, q, or Control-C. -screen.key(['escape', 'q', 'C-c'], function(ch, key) { +screen.key(['q', 'C-c'], function(ch, key) { return process.exit(0); }); -- cgit v1.2.3