DEADSOFTWARE

Rebind the object flip button from 'V' to 'I' to prevent conflicts with Ctrl+V
authorDmitry D. Chernov <blackdoomer@yandex.ru>
Mon, 4 Sep 2023 09:52:48 +0000 (19:52 +1000)
committerDmitry D. Chernov <blackdoomer@yandex.ru>
Mon, 4 Sep 2023 09:52:48 +0000 (19:52 +1000)
src/editor/f_main.pas

index aaa201e5ecda20472d09a9f38b9ffcfa443d26c5..eb2348e2d5016a7e5f669fe3397fb4ff4fa8ca5f 100644 (file)
@@ -4539,7 +4539,7 @@ begin
       end
     end;
 
-    if Key = Ord('V') then
+    if Key = Ord('I') then
     begin // Поворот монстров и областей:
       if (SelectedObjects <> nil) then
       begin