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

JS: Add badusb.altPrint() and badusb.altPrintln() to avoid layout issues on Windows targets #33

Merged
merged 20 commits into from
Mar 19, 2024

Commits on Mar 14, 2024

  1. Configuration menu
    Copy the full SHA
    5095338 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8e44322 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2024

  1. Configuration menu
    Copy the full SHA
    e790ffa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fc3a1f2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6874619 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e4b72c0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    728ed4d View commit details
    Browse the repository at this point in the history
  6. add delay

    oldip committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    e09b39f View commit details
    Browse the repository at this point in the history
  7. modify delay to 200ms

    oldip committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    1bee1c7 View commit details
    Browse the repository at this point in the history
  8. simulating key presses by converting each character to its ASCII code…

    … and then inputting it using the ALT+numeric keypad sequence
    oldip committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    97a5022 View commit details
    Browse the repository at this point in the history
  9. Construct the numpad key name

    oldip committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    dbb0408 View commit details
    Browse the repository at this point in the history
  10. less delay

    oldip committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    a5a9292 View commit details
    Browse the repository at this point in the history
  11. Function to simulate typing text using ALT key + Numpad ASCII code wi…

    …thout adding a newline at the end
    oldip committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    4737c3a View commit details
    Browse the repository at this point in the history
  12. Function to simulate typing text using ALT key + Numpad ASCII code wi…

    …thout adding a newline at the end
    oldip committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    879d654 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    eff99a6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    2303309 View commit details
    Browse the repository at this point in the history
  15. Remove the delay

    oldip committed Mar 18, 2024
    Configuration menu
    Copy the full SHA
    88a080c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    4d1678a View commit details
    Browse the repository at this point in the history

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    1bf0d3a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f48848c View commit details
    Browse the repository at this point in the history