From 08afb61a8fedafd5edca9bd430ce7d8bcba3d98f Mon Sep 17 00:00:00 2001 From: Ilya Grigoriev Date: Thu, 14 Mar 2024 14:52:24 -0700 Subject: [PATCH] README: describe Tauri bug for CodeMirror shortcuts in more detail --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e042620..8ed5a07 100644 --- a/README.md +++ b/README.md @@ -261,7 +261,7 @@ Harder: separate save buttons per file and maybe an overall save button. ### If the file is deleted on the right side, the tool will write an empty file in its place when saving. It should not do that. -### For the Tauri app (`diffedit3-gui`), Ctrl-C/Cmd-C for copy doesn't seem to always work. `diffedit3-web` is not affected +### For the Tauri app (`diffedit3-gui`), Ctrl-C/Cmd-C for copy doesn't seem to always work. Ctrl-Up and Cmd-Up for going to the previous diff also doesn't seem to work. `diffedit3-web` is not affected ### Toggling options like line-wrapping, collapse of similar regions, or the right pane loses the CodeMirror viewport and selection