From d454199ba51177f435e786ec7fcb81a0c1a98feb Mon Sep 17 00:00:00 2001 From: Pairi Daiza Date: Fri, 24 Feb 2023 15:57:42 +0100 Subject: [PATCH] MUI - Add documentation --- Readme.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.md b/Readme.md index 4bc43b208..145cab801 100644 --- a/Readme.md +++ b/Readme.md @@ -392,6 +392,10 @@ If the string contains spaces, you have to double-quote it, #### `UndoTransactionTimeout=0` +UndoTransactionTimeout is in milliseconds [ms]. +UndoTransactionTimeout=1 (will be clamped to 10ms min.) will separate nearly every keystroke as single undo action. +(UndoTransactionTimeout=0 will switch this timer OFF) + #### `AdministrationTool.exe=` This parameter is not used at the moment.