Add zoom control
Fixes #21
Control-+ doesn't seem work in US keyboard layouts.
@rodarima Please use Ctrl = instead of Ctrl +, so that it doesn't require pressing Shift, which is consistent with major web browsers.
Also please add Ctrl 0 to reset zoom to 100%.
@rodarima Please use
Ctrl =instead ofCtrl +, so that it doesn't require pressingShift, which is consistent with major web browsers.
It should work now both for US and EU keyboards. Both Ctrl + and Ctrl = cause a zoom increase.
Also please add
Ctrl 0to reset zoom to 100%.
Should be working too.
@rodarima Thank you!