-
Notifications
You must be signed in to change notification settings - Fork 175
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
python fixes and new plugin #2637
base: master
Are you sure you want to change the base?
Conversation
m32
commented
Jan 17, 2025
- removed references to debugpy
- dialog can be created without borders
- proper numbering of dialog elements
- new plugin (WIP) hex editor
- other small fixes
Hex editor! Cool. Many requests on it |
I need help with the keybar, I don't know how to read the alt/shift/ctrl key state. |
DlgProc(HANDLE hDlg, int Msg, int Param1, LONG_PTR Param2) Msg DM_KEY case DN_KEY: {
} KEY_SHIFTENTER = KEY_SHIFT | KEY_ENTER, |
@anta999 |