For pseudo bug #9104
(Zoom hotkeys not working in editor, also no option for standard zoom) Use the same default keys for zoom (+,-,0) as the game. For some reason you need to install to activate this change.
This commit is contained in:
parent
081ff94c24
commit
67169e261a
1 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@ name=editor
|
|||
#ifdef APPLE
|
||||
[hotkey]
|
||||
command="zoomin"
|
||||
key="z"
|
||||
key="+"
|
||||
cmd=no
|
||||
alt=no
|
||||
shift=no
|
||||
|
@ -38,7 +38,7 @@ name=editor
|
|||
|
||||
[hotkey]
|
||||
command="zoomout"
|
||||
key="x"
|
||||
key="-"
|
||||
cmd=no
|
||||
alt=no
|
||||
shift=no
|
||||
|
@ -46,7 +46,7 @@ name=editor
|
|||
|
||||
[hotkey]
|
||||
command="zoomdefault"
|
||||
key="d"
|
||||
key="0"
|
||||
cmd=no
|
||||
alt=no
|
||||
shift=no
|
||||
|
@ -248,7 +248,7 @@ name=editor
|
|||
#else
|
||||
[hotkey]
|
||||
command="zoomin"
|
||||
key="z"
|
||||
key="+"
|
||||
ctrl=no
|
||||
alt=no
|
||||
shift=no
|
||||
|
@ -272,7 +272,7 @@ name=editor
|
|||
|
||||
[hotkey]
|
||||
command="zoomout"
|
||||
key="x"
|
||||
key="-"
|
||||
ctrl=no
|
||||
alt=no
|
||||
shift=no
|
||||
|
@ -280,7 +280,7 @@ name=editor
|
|||
|
||||
[hotkey]
|
||||
command="zoomdefault"
|
||||
key="d"
|
||||
key="0"
|
||||
ctrl=no
|
||||
alt=no
|
||||
shift=no
|
||||
|
|
Loading…
Add table
Reference in a new issue