GIT
/
REPO
/
FRED-BOY
Projects
/
d2df-editor.git
/ commitdiff
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d1d8c51
)
Rebind the object flip button from 'V' to 'I' to prevent conflicts with Ctrl+V
author
Dmitry D. Chernov <blackdoomer@yandex.ru>
Mon, 4 Sep 2023 09:52:48 +0000
(19:52 +1000)
committer
Dmitry D. Chernov <blackdoomer@yandex.ru>
Mon, 4 Sep 2023 09:52:48 +0000
(19:52 +1000)
src/editor/f_main.pas
patch
|
blob
|
history
diff --git
a/src/editor/f_main.pas
b/src/editor/f_main.pas
index aaa201e5ecda20472d09a9f38b9ffcfa443d26c5..eb2348e2d5016a7e5f669fe3397fb4ff4fa8ca5f 100644
(file)
--- 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
DEADSOFTWARE 2012-2025