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
break;// case "b": // scroll down - should be mapped to Shift-SPC// $(window).scrollTop($(window).scrollTop()-$(window).height());// break;case "<": // scroll to top
$(window).scrollTop(0);
break;
Maybe they left it out since shift + spc does that by default.
Hello,
the shortcut
b
(for scrolling up) isn't working for me either in Edge nor in Chrome. (But Shift-Space is working though.)Thanks for BigBlow!
The text was updated successfully, but these errors were encountered: