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

AMONG US MENU KEYBIND #31

Open
XxgrandproXx opened this issue Sep 28, 2020 · 6 comments
Open

AMONG US MENU KEYBIND #31

XxgrandproXx opened this issue Sep 28, 2020 · 6 comments

Comments

@XxgrandproXx
Copy link

Anyway to change the keybind to "T" or something cause my friends on the laptop don't have the ability the click Delete without it closing the entire application

@decries
Copy link

decries commented Sep 28, 2020

Hey! This is an open source so you can edit the menu keybind.

@nitreojs
Copy link

just buy a keyboard where the button Delete exists :pog:

@caiocinel
Copy link

if (uMsg == WM_KEYUP && wParam == VK_DELETE)

https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes

@XxgrandproXx
Copy link
Author

if (uMsg == WM_KEYUP && wParam == VK_DELETE)

https://docs.microsoft.com/en-us/windows/win32/inputdev/virtual-key-codes

ok i made it F2 but how tf do i open it now?

@XxgrandproXx
Copy link
Author

Basically how do i make it a .dll now?

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

4 participants