Disable windows shortcuts for high contrast and mouse keys

Ash 60 Reputation points
2024-04-07T12:00:16.2666667+00:00

I need to block keyboard shortcuts "alt + shift + prtscr" and "alt + shift + numlk". How to do it with LL Keyboard hook? Help much appreciated !

C++
C++
A high-level, general-purpose programming language, created as an extension of the C programming language, that has object-oriented, generic, and functional features in addition to facilities for low-level memory manipulation.
3,765 questions
{count} votes

Accepted answer
  1. Castorix31 86,036 Reputation points
    2024-04-07T22:34:21.0266667+00:00

    It is done with SystemParametersInfo and

    SPI_SETHIGHCONTRAST

    SPI_SETMOUSEKEYS

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.