Welcome to the MP3Car.com forums.
You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. Registering will also remove advertisements. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!
If you have any problems with the registration process or your account login, please contact contact us.
|
05-02-2007, 03:21 AM
|
#16
|
|
Low Bitrate
Join Date: Apr 2005
Location: Queens, NYC
Vehicle: 1993 Lexus ES300 5 speed
Posts: 104
|
Quote: Originally Posted by Maddmann 
You can use this program to make a sequence.
Here is the link to get to download AutoHotKeys:
http://www.autohotkey.com/download/
Here is a sample script to run the task manager made in notepad:
f & y::
Run taskmgr
return
Save with a .ahk extension and then run the script by double-clicking.
Test it by pressing the key f key and the y key at the same time, then the task manager should come up. You could also change what keys you would want to use by changing the f and y key. Just make sure that they have an & between them.
Taken from the help file:
How do I put my hotkeys and hotstrings into effect automatically every time I start my PC?
There is a folder in the Start Menu called Startup. If you put a shortcut to your script in that folder, the script will launch automatically every time you start your PC. To create a shortcut:
Select the script file in Explorer and press Control-C.
Right-click the Start button and choose "Explore All Users".
Navigate to the Startup folder inside the Programs folder.
From the menu bar, choose Edit > Paste Shortcut. The shortcut to the script should now be in the Startup folder.
works great except or the fact that the "f" key is now useless. I can only use it again if i exit the script.
Edit: Nevermind. all u gotta do is add this line to the script
f::Send {f}
the key does become much slower when typing havent figured out solution to that yet
Last edited by maniaxzero : 05-02-2007 at 03:38 AM.
|
|
|
05-02-2007, 10:34 AM
|
#17
|
|
Maximum Bitrate
Join Date: Mar 2004
Location: Toronto, Canada
Vehicle: 2004 Ford Mustang Mach 1
Posts: 500
|
Any idea where I can find one in Canada or available to Canada? Mad Catz store only ships within the US 
__________________
2004 Ford Mustang Mach 1
Specs: Epia M2-1000, 512mb ram, SB Audigy NX, Lilliput 7" Touchscreen, M2-ATX, DVD, 160gb HDD, gps, obdII, wifi, bluetooth, XM radio, HQCT and Logitech wireless gamepad.
Install Status: DONE
My XM FAQ
|
|
|
05-02-2007, 10:41 AM
|
#18
|
|
I see dead kittens
Join Date: Dec 2003
Location: New York
Vehicle: 1998 Audi A4
Posts: 3,762
|
Future Shop?
edit: You have EB Games in Toronto.
__________________
Installed
Asus A7N8X-VM - AMD Mobile Athlon 2400
512 Ram - 60GB HD - Opus 150w
Lilliput 7" - Rikaline 6010
[00000000000001100010-] 98% Completed
Check Out My Install!!!
|
|
|
05-02-2007, 10:50 AM
|
#19
|
|
Maximum Bitrate
Join Date: Mar 2004
Location: Toronto, Canada
Vehicle: 2004 Ford Mustang Mach 1
Posts: 500
|
Yeah.. but general rule of thumb up here is we get everything late unless its a major release, ie: ps3/360/wii/etc.....
I called the ebgames around the corner in downtown Toronto and they do not have them in yet and have no idea when they would be. Told me to keep checking back
Also, futureshop nor bestbuy have it listed on their websites yet. No listing, no stock :/
__________________
2004 Ford Mustang Mach 1
Specs: Epia M2-1000, 512mb ram, SB Audigy NX, Lilliput 7" Touchscreen, M2-ATX, DVD, 160gb HDD, gps, obdII, wifi, bluetooth, XM radio, HQCT and Logitech wireless gamepad.
Install Status: DONE
My XM FAQ
|
|
|
05-02-2007, 02:47 PM
|
#20
|
|
Raw Wave
Join Date: Oct 2004
Posts: 3,453
|
Quote: Originally Posted by maniaxzero 
works great except or the fact that the "f" key is now useless. I can only use it again if i exit the script.
Edit: Nevermind. all u gotta do is add this line to the script
f::Send {f}
the key does become much slower when typing havent figured out solution to that yet
why not use one of the F1-F10 keys for the task manager?
e.g:
Code:
f1::Send {esc}
f2::
Run taskmgr
return
f3::Send {tab}
f4::Send !{f4}
etc.
|
|
|
05-02-2007, 04:06 PM
|
#21
|
|
Maximum Bitrate
Join Date: Mar 2005
Location: NYC
Vehicle: 2000 Accord EX Coupe
Posts: 482
|
Quote: Originally Posted by maniaxzero 
works great except or the fact that the "f" key is now useless. I can only use it again if i exit the script.
Edit: Nevermind. all u gotta do is add this line to the script
f::Send {f}
the key does become much slower when typing havent figured out solution to that yet
Hey, I'd like to check that piece out!
I hope the PC is coming along and the monitor moulding. (Let me know if you need any help).
|
|
|
05-02-2007, 07:33 PM
|
#22
|
|
Low Bitrate
Join Date: Nov 2006
Posts: 56
|
I got mine today at gamestop and I must say this thing is awesome! My pc is in the trunk and it works very well in the drivers seat.
|
|
|
05-02-2007, 07:36 PM
|
#23
|
|
Maximum Bitrate
Join Date: Mar 2005
Location: NYC
Vehicle: 2000 Accord EX Coupe
Posts: 482
|
what size battery(s) does it use?
|
|
|
05-02-2007, 07:38 PM
|
#24
|
|
Maximum Bitrate
Join Date: May 2005
Location: Lawrenceville GA
Vehicle: 2004 GMC Canyon
Posts: 456
|
Just got mine today and it is the best!!
Look up a program called alttabber by XBrady for the ctrl+alt+delete question.
|
|
|
05-02-2007, 08:09 PM
|
#25
|
|
Variable Bitrate
Join Date: Feb 2006
Location: West Lafayette, IN
Vehicle: 2001 Ford Focus
Posts: 248
|
|
|
|
05-02-2007, 09:16 PM
|
#26
|
|
Low Bitrate
Join Date: Nov 2006
Posts: 56
|
how do you set the "CTRL+ALT+DELETE" keys?
|
|
|
05-03-2007, 07:31 AM
|
#27
|
|
Maximum Bitrate
Join Date: Mar 2004
Location: Toronto, Canada
Vehicle: 2004 Ford Mustang Mach 1
Posts: 500
|
I found some on amazon.com but none of them ship to canada  Anyone know somewhere online I can get one shipped over?
Thanks,
Chris
P.S. Check amazon.com... a few sellers have it for $24 + $3 shipping..
__________________
2004 Ford Mustang Mach 1
Specs: Epia M2-1000, 512mb ram, SB Audigy NX, Lilliput 7" Touchscreen, M2-ATX, DVD, 160gb HDD, gps, obdII, wifi, bluetooth, XM radio, HQCT and Logitech wireless gamepad.
Install Status: DONE
My XM FAQ
|
|
|
05-04-2007, 04:34 PM
|
#28
|
|
Low Bitrate
Join Date: Oct 2006
Location: CT
Vehicle: 2006 Honda Accord/1998 BMW 528i
Posts: 91
|
anyone tried it on there carputer yet??
how much power is it draning through usb port, any idea?? im kinda running low on extra power.. 
|
|
|
05-04-2007, 05:11 PM
|
#29
|
|
Newbie
Join Date: Feb 2006
Location: Coxsackie, NY
Vehicle: 2003 Mazda 6i
Posts: 48
|
zyr55 has.
Quote: Originally Posted by zyr55 
I got mine today at gamestop and I must say this thing is awesome! My pc is in the trunk and it works very well in the drivers seat.
This looks awesome.
__________________
If you make something Idiot proof....
The world will make a better Idiot.
CarPC Progresss: Planning [x-------------------]
|
|
|
05-05-2007, 12:18 PM
|
#30
|
|
Raw Wave
Join Date: Oct 2004
Posts: 3,453
|
Quote: Originally Posted by pyros 
I found some on amazon.com but none of them ship to canada  Anyone know somewhere online I can get one shipped over?
Thanks,
Chris
P.S. Check amazon.com... a few sellers have it for $24 + $3 shipping..
Hey Pyros, if you want me to see if I can pick one up locally and send it to you, let me know.
Dave
|
|
|
|
Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
|
|
|
| Thread Tools |
|
|
| Display Modes |
Linear Mode
|
Posting Rules
|
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is Off
|
|
|
All times are GMT -5. The time now is 06:45 AM.
|
|