Skip to content

Commit

Permalink
Allow richedit to also have hotkeys. Duh.
Browse files Browse the repository at this point in the history
  • Loading branch information
jbzdarkid committed Apr 11, 2021
1 parent f8831b4 commit 25de007
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion App/Main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,6 @@ LRESULT CALLBACK KeyboardProc(int nCode, WPARAM wParam, LPARAM lParam) {
}
}
lastCode = fullCode & ~MASK_REPEAT;
return 0;
}
}
return CallNextHookEx(NULL, nCode, wParam, lParam);
Expand Down

0 comments on commit 25de007

Please sign in to comment.