From e3f2cf5d94c50694bef93f8e9701729b3ac5ce63 Mon Sep 17 00:00:00 2001 From: Silas Kraume Date: Thu, 25 Jan 2024 00:07:22 +0100 Subject: [PATCH] added editor hotkey --- cat_win/util/editorhelper.py | 1 + 1 file changed, 1 insertion(+) diff --git a/cat_win/util/editorhelper.py b/cat_win/util/editorhelper.py index f4b2cec6..45a0a5e2 100644 --- a/cat_win/util/editorhelper.py +++ b/cat_win/util/editorhelper.py @@ -8,6 +8,7 @@ b'^M' : b'_key_enter', # CR b'^J' : b'_key_enter', # LF b'PADENTER' : b'_key_enter', # numpad + b'SHF_PADENTER' : b'_key_enter', b'KEY_ENTER' : b'_key_enter', # 'fn' mode # ctrl - newline b'CTL_ENTER' : b'_key_enter', # windows