Results 1 to 4 of 4

Thread: Keyboard executables?

  1. #1
    Maximum Bitrate
    Join Date
    Mar 2001
    Location
    Cincinnati, OH USA
    Posts
    694

    Keyboard executables?

    Has anyone ever seen executables for keyboard commands? I am looking for separate EXEs for the arrows and "enter" to test something out. I'm sure if I knew VB/C+ then it would be easy to do. Can somebody do this, or know where I can find something like this?
    http://www.mp3car.com/usersites/Maveric/ M.A.V.I.C. System
    Asus MB, PII 266, 192 MB Ram, 6.8" LCD, 6 Disk CD-ROM, 21 Gig HD, All-in-Wonder Video w/ TV Tuner, Irman, Windows ME, Winamp, Cobra III -- All in a custom acrylic case.

    http://www.mp3car.com/usersites/listings/ MP3car Listings - Please add to it! :)

  2. #2
    Low Bitrate
    Join Date
    Apr 2002
    Location
    Bay Area, California, USA
    Posts
    64
    I think this might be kind of what you're looing for:

    http://www.spinner.nl/products/winmapper/winmapper.html

    edit: here's another one that also controls winamp:

    http://www.softadvance.com/flextouch/index.php

    I was looking for something similar because I wanted to create a shotcut to start my CD ripper/encoder and automatically encode the CD in the current drive.

    It allows you to create a shortcut to run any prorgram by pressing a single key. I have yet to test it because I'm still waiting for parts.

    It might be a bit of an overkill, but I haven't been able to find something simpler.

    Please post if you find something better.

  3. #3
    Maximum Bitrate
    Join Date
    Mar 2001
    Location
    Cincinnati, OH USA
    Posts
    694
    I think you misunderstood, you have it the opposite of what I really want. I need programs that act like key-presses, not key-presses that activate programs. I only need the arrow buttons and the "enter" key, so when you click on enter.exe it emulates a keyboard having the "enter" key pressed. I know it can be done!
    http://www.mp3car.com/usersites/Maveric/ M.A.V.I.C. System
    Asus MB, PII 266, 192 MB Ram, 6.8" LCD, 6 Disk CD-ROM, 21 Gig HD, All-in-Wonder Video w/ TV Tuner, Irman, Windows ME, Winamp, Cobra III -- All in a custom acrylic case.

    http://www.mp3car.com/usersites/listings/ MP3car Listings - Please add to it! :)

  4. #4
    Low Bitrate
    Join Date
    Apr 2002
    Location
    Bay Area, California, USA
    Posts
    64
    I see. Sounds like a script then? Take a look at AutoIt, my favorite for simple scripts.

    Eg:

    --- BEGIN AUTOIT CODE ---

    WinActivate,Opera - Izaram
    Send,{ENTER}

    ---- END AUTOIT CODE ----

    Then you compile it into enter.exe and you double-click on it and it sends an ENTER to Opera, after it's been activated.

    If you wanted it to just send ENTER then just remove the WinActivate line.

    Is that what you had in mind?

    http://www.hiddensoft.com/AutoIt/

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •