Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bigblow: Keyboard shortcut b not working #168

Open
dieter-wilhelm opened this issue Dec 14, 2022 · 1 comment
Open

Bigblow: Keyboard shortcut b not working #168

dieter-wilhelm opened this issue Dec 14, 2022 · 1 comment

Comments

@dieter-wilhelm
Copy link
Contributor

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!

@TurboHolmes
Copy link

The code handling shortcut b is commented out

    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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants