From: Dmitry D. Chernov Date: Mon, 4 Sep 2023 09:52:48 +0000 (+1000) Subject: Rebind the object flip button from 'V' to 'I' to prevent conflicts with Ctrl+V X-Git-Url: http://deadsoftware.ru/gitweb?p=d2df-editor.git;a=commitdiff_plain;h=abe1987b6df0ba80f06e3defe3ccc79b9b3c061d Rebind the object flip button from 'V' to 'I' to prevent conflicts with Ctrl+V --- 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