From abe1987b6df0ba80f06e3defe3ccc79b9b3c061d Mon Sep 17 00:00:00 2001 From: "Dmitry D. Chernov" Date: Mon, 4 Sep 2023 19:52:48 +1000 Subject: [PATCH] Rebind the object flip button from 'V' to 'I' to prevent conflicts with Ctrl+V --- src/editor/f_main.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/editor/f_main.pas b/src/editor/f_main.pas index aaa201e..eb2348e 100644 --- a/src/editor/f_main.pas +++ b/src/editor/f_main.pas @@ -4539,7 +4539,7 @@ begin end end; - if Key = Ord('V') then + if Key = Ord('I') then begin // Поворот монстров и областей: if (SelectedObjects <> nil) then begin -- 2.29.2