use - and = to zoom text in slides

BUG=skia:
TBR=
NOTRY=True

Review URL: https://codereview.chromium.org/668023002
This commit is contained in:
reed 2014-10-21 10:46:01 -07:00 committed by Commit bot
parent b9750892dd
commit c7663981c9

View File

@ -412,8 +412,8 @@ local keyProcs = {
p = prev_slide,
r = spawn_rotate_animation,
s = spawn_scale_animation,
u = function () scale_text_delta(gTemplate, 1) end,
d = function () scale_text_delta(gTemplate, -1) end,
["="] = function () scale_text_delta(gTemplate, 1) end,
["-"] = function () scale_text_delta(gTemplate, -1) end,
}
function onCharHandler(uni)