Allow Ctrl+Del to be propagated to the document editor

This commit is contained in:
Veronica K. B. Olsen
2021-02-11 19:11:41 +01:00
parent 3a60abaeee
commit 08651685d4
3 changed files with 17 additions and 3 deletions
+1
View File
@@ -94,6 +94,7 @@ class nwDocAction(Enum):
BLOCK_TXT = 23
REPL_SNG = 24
REPL_DBL = 25
DEL_WORD = 26
# END Enum nwDocAction