You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: the hot key to zoom in, it properly recognizes both "+" keys in the keyboard.
I don't have enough experience with javascript, but I've tried to research a little bit and I think the solution could be to handle the key with id. NumpadSubtract (among with - and Minus to catch also the other minus key) as mentioned here:
Also, to avoid opening a new issue and being annoying, I take the opportunity to suggest to add CONTROL+MOUSE SCROLL BUTTON too. This key combination is available in almost all file viewers and editors, including web-browsers. It would be a tiny Quality of Life improvement.
Thanks for your attention.
The text was updated successfully, but these errors were encountered:
I just noticed that the hotkey to zoom out it does not recognize the minus key from the numeric pad. Although it works fine for the other minus key.
I'm referring to this code:
mdview/app/main.js
Line 301 in 1c2b1c4
Note: the hot key to zoom in, it properly recognizes both "+" keys in the keyboard.
I don't have enough experience with javascript, but I've tried to research a little bit and I think the solution could be to handle the key with id.
NumpadSubtract
(among with-
andMinus
to catch also the other minus key) as mentioned here:(key code 109: https://www.toptal.com/developers/keycode/numpad-subtract)
Also, to avoid opening a new issue and being annoying, I take the opportunity to suggest to add CONTROL+MOUSE SCROLL BUTTON too. This key combination is available in almost all file viewers and editors, including web-browsers. It would be a tiny Quality of Life improvement.
Thanks for your attention.
The text was updated successfully, but these errors were encountered: