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

Add keyboard shortcuts #1364

Closed
wants to merge 7 commits into from
Closed

Add keyboard shortcuts #1364

wants to merge 7 commits into from

Commits on Apr 21, 2022

  1. Keyboard shortcuts for previous and next page

    On each page the shortcuts '[' and ']' will take you to the previous and
    next files respectively. On the index page they take you to the final
    and first files respectively.
    
    Test cases:
    
        $ pytest --cov-report html --cov=. tests.py
    
    in a directory with just tests.py, then with one, two or three .py
    files.
    
    Tested on Mozilla/5.0 (Macintosh; Intel Mac OS X 10.12; rv:99.0) Gecko/20100101 Firefox/99.0
    jftsang committed Apr 21, 2022
    Copy the full SHA
    a3220ee View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2022

  1. Add keyboard shortcut for going back to the index

    Pressing 'u' while on a file will now take you back to index.html, like
    on Gerrit.
    jftsang authored and J. M. F. Tsang committed Apr 22, 2022
    Copy the full SHA
    697b1e1 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    621da42 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2022

  1. Update gold files

    jftsang committed Apr 25, 2022
    Copy the full SHA
    bb1e271 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    66c7778 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    8f047fd View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    1b9ba33 View commit details
    Browse the repository at this point in the history