Share via

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 !

Developer technologies | C++
Developer technologies | 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.

{count} votes

Answer accepted by question author
  1. Castorix31 91,741 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' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.