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:
Ali El Gariani 2007-05-10 18:28:27 +00:00
parent 081ff94c24
commit 67169e261a

View file

@ -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