Results 1 to 4 of 4

Thread: Program to control key/mouse strokes

  1. #1
    Constant Bitrate
    Join Date
    Mar 2006
    Posts
    166

    Program to control key/mouse strokes

    I've been looking for a program that would enable me to control Centrafuse with an old mouse I have. The problem with CF is that the hot keys cannot accept mouse strokes. I searched for a program that would let me do this and I found something that is far better than anything I expected.

    It is called AutoHotkey and it is a free program, and extremely customizable. If you look at the code that I have for my mouse you can see how well it works for me.


    Code:
    WheelUp:: SoundSet +10, WAVE   ;this moves my Wave volume up 10%
    WheelDown:: SoundSet -10, WAVE  ;this moves my Wave volume down 10%
    MButton:: SoundSet +1,,mute   ;this toggles mute on/off
    RButton & WheelUp:: Send {F6}  ;this will go to the previous song
    RButton & WheelDown:: Send {F7}  ;likewise this goes to the next song
    RButton & LButton:: Send {F5}  ;this will toggle play/pause
    The solution to my CF problem not accepting mouse buttons for hot keys lies in the "Send {F5}" code. This pretty much makes the computer think the F5 key was pushed and then in CF I have F5 set as the play hot key.

    If you are interested in this program you can download it from the link below. I hope to have my mouse and external dvd installed below the monitor in 3 weeks so I will have pictures up of my setup.

    http://www.freedownloadscenter.com/U...utoHotkey.html

  2. #2
    Constant Bitrate
    Join Date
    Apr 2005
    Posts
    115
    This thing was exactly what I was looking for. The auto script is sweet. A dummy can do it cause I did. Hit the record button do what you want the hot key to do, then compile the script. I used it to map the hotkeys on my Cirque Pro touchpad to go up and down the frodoxm channels.
    Car-mada-puter Epia MII12000, 40gig HD, 512mb ram, Morex 3688 case, M1-atx and XP Pro.

  3. #3
    Newbie
    Join Date
    Jan 2007
    Location
    Straubing, Germany
    Posts
    14
    Heya! Cheers for this useful program! I have been wondering all along how to control my PC with keyboard and mouse in the car, now I got the answer
    CarPC progress:
    Planning: ******** | 100%
    Hardware: *******- | 90%
    Software: ********-- | 70%
    Install: ********- | 90% (Its never really completed!)

  4. #4
    Super Moderator. If my typing sucks it's probably because I'm driving.... turbocad6's Avatar
    Join Date
    Oct 2004
    Location
    NY
    Posts
    6,205
    cool, thanks

Similar Threads

  1. Enhanced Volume Control
    By XxAndyxX in forum Software & Software Development
    Replies: 15
    Last Post: 06-12-2007, 09:25 PM
  2. Can this program be made for MediaCar?
    By carpcnoobie in forum MediaCar
    Replies: 5
    Last Post: 12-01-2004, 03:20 PM
  3. Replies: 22
    Last Post: 08-13-2001, 02:42 PM
  4. charchter lcd program?
    By Jaymz in forum Software & Software Development
    Replies: 1
    Last Post: 02-15-2001, 08:32 PM
  5. Can someone write me a PIC program 4 a awesome s/down controller please?
    By gizmos in forum General Hardware Discussion
    Replies: 3
    Last Post: 07-17-2000, 01:43 PM

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
  •