Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Sticky keys

Sticky keys

Scheduled Pinned Locked Moved C / C++ / MFC
question
5 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • F Offline
    F Offline
    FlyingDancer
    wrote on last edited by
    #1

    After stroking SHIFT key five times, one dialog pops up to notify if to enable the sticky keys. Do you know some way to disalbe this function and let it not shown when stroking the SHIFT key? Thanks in advance!

    O 1 Reply Last reply
    0
    • F FlyingDancer

      After stroking SHIFT key five times, one dialog pops up to notify if to enable the sticky keys. Do you know some way to disalbe this function and let it not shown when stroking the SHIFT key? Thanks in advance!

      O Offline
      O Offline
      Owner drawn
      wrote on last edited by
      #2

      Go to Control Panel->Accessiblity Options->KeyBoard tab Uncheck -> (Use StickyKeys) Click the corresponding Settings button of the settings section. UnCheck -> (Use ShortCut) That's it. :)

      --Owner Drawn --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord

      F 1 Reply Last reply
      0
      • O Owner drawn

        Go to Control Panel->Accessiblity Options->KeyBoard tab Uncheck -> (Use StickyKeys) Click the corresponding Settings button of the settings section. UnCheck -> (Use ShortCut) That's it. :)

        --Owner Drawn --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord

        F Offline
        F Offline
        FlyingDancer
        wrote on last edited by
        #3

        I have known that way, however, implementing it by progamming is my favorate.:) Have you other ways, by means of coding or offer an API function? Such as in WinCE(Only my program need run in windows XP): =============================== STICKYKEYS skf; BOOL bSuccess; // Fill in the members of the STICKYKEYS structure. skf.cbSize = sizeof(STICKYKEYS); skf.dwFlags = (SKF_AVAILABLE | SKF_STICKYKEYSON | SKF_AUDIBLEFEEDBACK); // Call SystemParametersInfo with the SPI_SETSTICKYKEYS flag. bSuccess = SystemParametersInfo(SPI_SETSTICKYKEYS, sizeof(STICKYKEYS), (LPVOID) &skf, 0); -- modified at 6:34 Monday 21st November, 2005

        O 1 Reply Last reply
        0
        • F FlyingDancer

          I have known that way, however, implementing it by progamming is my favorate.:) Have you other ways, by means of coding or offer an API function? Such as in WinCE(Only my program need run in windows XP): =============================== STICKYKEYS skf; BOOL bSuccess; // Fill in the members of the STICKYKEYS structure. skf.cbSize = sizeof(STICKYKEYS); skf.dwFlags = (SKF_AVAILABLE | SKF_STICKYKEYSON | SKF_AUDIBLEFEEDBACK); // Call SystemParametersInfo with the SPI_SETSTICKYKEYS flag. bSuccess = SystemParametersInfo(SPI_SETSTICKYKEYS, sizeof(STICKYKEYS), (LPVOID) &skf, 0); -- modified at 6:34 Monday 21st November, 2005

          O Offline
          O Offline
          Owner drawn
          wrote on last edited by
          #4

          Hey I thought you wanted to do it the other way round.:laugh:

          --Owner Drawn --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord

          F 1 Reply Last reply
          0
          • O Owner drawn

            Hey I thought you wanted to do it the other way round.:laugh:

            --Owner Drawn --Nothing special --Defeat is temporary but surrender is permanent --Never say quits --Jesus is Lord

            F Offline
            F Offline
            FlyingDancer
            wrote on last edited by
            #5

            I guess, to modify the code could bring into effect... Plus, to check/uncheck the option may be implemented by an API function, for it seems like a block.. Stroking five times can activate the dialog, is there some service on guard? So if to configure something can make the dialog inactive all along? -- modified at 10:15 Monday 21st November, 2005

            1 Reply Last reply
            0
            Reply
            • Reply as topic
            Log in to reply
            • Oldest to Newest
            • Newest to Oldest
            • Most Votes


            • Login

            • Don't have an account? Register

            • Login or register to search.
            • First post
              Last post
            0
            • Categories
            • Recent
            • Tags
            • Popular
            • World
            • Users
            • Groups