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

Features mousejacker #366

Merged
merged 6 commits into from
Feb 27, 2023
Merged

Conversation

MatthisC
Copy link

@MatthisC MatthisC commented Feb 26, 2023

What's new

  • Correcting bug when using DEL pressing DELETE
  • Adding TAB support
  • Adding ALTSTRING support for non qwerty keyboards

Verification

For ALTSTRING

  • Inside a MouseJacker Payload, write :
DELAY 200

ALTSTRING Testing !
  • Then execute this Payload on an OS supporting ALT codes (Windows for example)
  • It should write the correct string

For TAB

  • Inside a MouseJacker Payload, write :
DELAY 200

TAB
  • Then execute the Payload
  • It should press TAB key

For Bug Fixes

  • Inside a MouseJacker Payload, write :
DELAY 200

CTRL-ALT DEL
  • Then execute the Payload
  • It should press CTRL + ALT + DEL shortcut

Checklist (For Reviewer)

  • PR has description of feature/bug
  • Description contains actions to verify feature/bugfix
  • I've built this code, uploaded it to the device and verified feature/bugfix

Copy link
Member

@xMasterX xMasterX left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, I don't have any device to test this changes, (only NRF24 module)
So I will accept this as is for now
Thanks!

@xMasterX xMasterX merged commit 0f8d7dd into DarkFlippers:dev Feb 27, 2023
@MatthisC MatthisC deleted the features-mousejacker branch March 2, 2023 15:46
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

Successfully merging this pull request may close these issues.

2 participants