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

Fix Alt+F2 (Linux) #37

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix Alt+F2 (Linux) #37

wants to merge 1 commit into from

Conversation

0ki
Copy link

@0ki 0ki commented Feb 4, 2019

Alt+F2 does not work because of the incorrect keycodes. This fixes things.

Added correct keycodes.
@exploitagency
Copy link
Owner

134 is Right ALT
130 is Left ALT

I will double check soon. Thanks for the heads up

@0ki
Copy link
Author

0ki commented Feb 5, 2019

So why is Alt+F2 the only combination using the wrong alt?

I checked a select set (~20) of English keyboard layouts and 100% have alt_l on the keyboard, but only 20% have alt_r mapped. 80% have something else mapped to that button.

@exploitagency
Copy link
Owner

No big deal. It was not intentional.

@exploitagency
Copy link
Owner

Hopefully I used 130 in all of the payload examples.

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