toggle keys

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • PARIJAT

    #1

    toggle keys

    hi,
    how to make an app which when runs, does some work by pressing ALT + F1
    or F2 (etc) and stops by pressing any single key. (I DONT WANA TOGGLE
    KEYS)
    Thankx
    Parijat.

  • Victor Bazarov

    #2
    Re: toggle keys

    PARIJAT wrote:
    how to make an app which when runs, does some work by pressing ALT +
    F1 or F2 (etc) and stops by pressing any single key. (I DONT WANA
    TOGGLE KEYS)
    There is no mechanism in C++ language to accomplish that. You need to
    consult with the programming manual for your OS. If you prefer posting
    to newsgroups instead, try the newsgroup for your OS. There is a list
    of suggested places to post in the FAQ.

    V
    --
    Please remove capital 'A's when replying by e-mail
    I do not respond to top-posted replies, please don't ask


    Comment

    Working...