use - and = to zoom text in slides
BUG=skia: TBR= NOTRY=True Review URL: https://codereview.chromium.org/668023002
This commit is contained in:
parent
b9750892dd
commit
c7663981c9
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user