![]() |
|
|||
|
Re: Firefly profile tutorial
Hi All,
The information in this thread all looks incredibly useful. I wonder if anyone would know how to do this... I have a lot of music on my pc. I use iTunes to play it, but I think this question could be relevant to most music players... How do I program the number buttons to send A, B, C...to Z keystrokes to the program so that the library of music automatically scrolls to the songs beginning with that letter. It would have to function in the same way that text messaging on phones works. i.e. Press '1' on the remote three times and iTunes scrolls to songs beginning with 'C'. Or press '5' on the remote twice and iTunes scrolls to songs beginning with 'K'. Any help would be greatly appreciated. Cheers!
|
|
|||
|
I am editing my global xml file to bind ctrl-T to the 'A' button.
I have put the following code in with several variations all to no avail: </Actions> <Actions Button="A" Description="Visualizer"> <KeyAction Keys="17" ActivationState="Down"/> <keyaction keys="84"/> </Actions> I tried using the key titles as well (ie, control key and T) I have no clue how to specifically do this though, so I am at your mercy. Let me know, and thanks in advance.,, |
|
|||
|
Re: Firefly profile tutorial
Just to clarify for the above post, I need to have the A button mapped to ctrl -T in Itunes. I tried editing the itunes xml as well, but I really dont know how to do it. I found a script that was comparable, but it was for altT. I need ctrl t. Thanks
Here was the script I found. It had a weird symbol in the place of the alt key. <Actions Button="A" Description="Visualizer"> <KeyAction Keys="*****" ActivationState="Down"/> </Actions> I cannot figure out what goes in the place of the asterisks and whether that is all I need or if I need another keyaction for the T key. Thanks |
|
|||
|
Re: Firefly profile tutorial
Hello, take a look at this site: http://msdn.microsoft.com/library/de...classtopic.asp
you need the combination - "^{T}" ^ signifies ctrl and T the letter t |
|
|||
|
Re: Firefly profile tutorial
Does anyone know if there is a way to simulate a window button click without moving the mouse and using the mouse click keys on the Firefly ?
For example, to simulate clicking the "OK" button on the active window by pressing the "A" button on the Firefly. No reasonable series of keystrokes will work to accomplish this in my application. Thanks ! |
|
|||
|
Re: Firefly profile tutorial
The OK button is usually default so wouldnt a keypress for ENTER work? Should be able to just hit the OK button on the firefly for that.
__________________
Proc: Athlon XP2400+ Mobo: Abit NF7-S2(G) Chipset: nVIDIA nForce2 Ultra 400 Memory: 1536MB DDR SDRAM Video: Radeon X1300 Series (256 MB) Tuner: Hauppauge 150 PCI OS: Win2K sp4 DX: 9.0c |
|
|||
|
Re: Firefly profile tutorial
I have a very simple question, where can I find the xml files (global, default, mouse, etc.)?
Edit: Nevermind I found the answer here: http://www.snapstream.com/support/he...ationguide.htm Oddly enough, I searched on my Documents and Settings folder for global.xml and still nothing comes up. Last edited by AncientPC; 01-15-2007 at 04:08 PM. |
|
|||
|
Re: Firefly profile tutorial
You know, this might sounds like a stupid question... But has ANYONE figured out how to just send regular windows media button events? Like you know, media keyboards have keys for pause/play/prev/next/volume and whatever media program is running usually grabs those and does something with it. I want to configure my Default profile to just send those system media events for certain firefly buttons instead of having to program it for each program. Hopefully someone here knows what I mean. I have *NO CLUE* why snapstream wouldnt just make it that way by default in the Default profile, since most media applications respond to the special media buttons. This is very frustrating, they should make this stuff easier. Thanks in advance.
__________________
Proc: Athlon XP2400+ Mobo: Abit NF7-S2(G) Chipset: nVIDIA nForce2 Ultra 400 Memory: 1536MB DDR SDRAM Video: Radeon X1300 Series (256 MB) Tuner: Hauppauge 150 PCI OS: Win2K sp4 DX: 9.0c |
|
||||
|
Re: Firefly profile tutorial
Hello,
Quote:
Also not all applications are responding to WM_APPCOMMAND so I think this is why Snapstream doesn't choose this way (even BTV doesn't respond to all WM_APPCOMMAND messages). Regards, Stéphane.
__________________
P4 820D - 2 GB ATI X1800 XL - PVR 150 x 2 XP Pro SP2 - DX 9c - Catalyst 6.9 - CyberLink PowerDVD 7 Video & Audio Decoder. Beyond TV 4.2 - To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. - To view links or images in signatures your post count must be 3 or greater. You currently have 0 posts. |
|
|||
|
Re: Firefly profile tutorial
Hey, thanks for your reply StephaneM. I have checked out your software before and it is pretty cool. Dont ask me why I am still running the Firefly software; I guess I am just hoping they'll get around to updating it and making it real nice. Maybe SS should consider buying yours from you and enhancing it even more -- but, I won't hold my breath ;-)
Anyway I have found from microsoft the correct commands for this and figured I should share them. To have your Firefly work like any other media keyboard (Logitech etc) just add this to your Default profile... (note that if you have application-specific profiles already set up to use these keys, those will obviously override these. but, overall it seems to work great for me.) <Actions Button="Rewind" Description="Prev"> <KeyAction Keys="{mediaprevioustrack}" /> </Actions> <Actions Button="FastForward" Description="Next"> <KeyAction Keys="{medianexttrack}" /> </Actions> <Actions Button="Pause" Description="Play/Pause"> <KeyAction Keys="{mediaplaypause}" /> </Actions> <Actions Button="Play" Description="Play/Pause"> <KeyAction Keys="{mediaplaypause}" /> </Actions> <Actions Button="Stop" Description="Stop"> <KeyAction Keys="{mediastop}" /> </Actions>
__________________
Proc: Athlon XP2400+ Mobo: Abit NF7-S2(G) Chipset: nVIDIA nForce2 Ultra 400 Memory: 1536MB DDR SDRAM Video: Radeon X1300 Series (256 MB) Tuner: Hauppauge 150 PCI OS: Win2K sp4 DX: 9.0c Last edited by risen; 02-09-2007 at 04:09 PM. |
|
||||
|
Re: Firefly profile tutorial
I'm having problems putting together a profile for Joost, I can only get it to use global keys. I'm using the AppIdentifier to get the right information:
<Identifier ClassName="MozillaUIWindowClass" WindowText="Joost™" FileName="tvprunner.exe" /> I also tried tried: <Identifier ClassName="MozillaUIWindowClass" WindowText="" FileName="" /> and <Identifier ClassName="" WindowText="Joost™" FileName="" /> and <Identifier ClassName="" WindowText="" FileName="tvprunner.exe" /> No dice, always uses Default. Restarted firefly to make sure it will pull the new .xml file. Any ideas? |
|
|||
|
Re: Firefly profile tutorial
Quote:
|
|
|||
|
Re: Firefly profile tutorial
How can I turn off the decriptions for specific buttons?
I'm using a profile for Powerpoint. But when I push the {Right} button to advance to the next slide, I get a "powerpoint: Next" message. I've tried removing the description (description=""); I still get a message: "powerpoint: ". I've changed my profile from: <Actions Button="Right" Description="Next"> <KeyAction ActivationState="DownRepeat" Keys="{right}" Sleep="0" /> </Actions> to: <Actions Button="Right" Description=""> <KeyAction ActivationState="DownRepeat" Keys="{right}" Sleep="0" /> </Actions> This distracts from the slide show presentation. How can I turn it off the description for a specific button (like right and left)? However, I'd like to be able to see the discripton for keys such as "1", "2"... in case I need to go to a specific slide. (I'd like to see that I'm keying in the numbers correctly.) Thanks |
|
|||
|
Re: Firefly profile tutorial
I'm trying to find a way to program the firefly to "Fast Forward" in iTunes when a song is playing. Using the mouse it requires clicking and holding on the forward arrow. I've also found a seemingly undocumented keyboard shortcut: "CTRL+ALT+RIGHT". This seems to perform the action "Jump ahead 5 seconds". My problem now is that no matter what i try, i can't seem to map it to the firefly. I've tried KeyAction and SpecialKeyAction and it doesn't seem to respond. Another interesting note is that is doesn't seem to respond to the Windows Vista On-Screen Keyboard either. I had to use hover mode in the OSK, so that i didn't lose focus of iTunes, but the only way to get it to respond was to use the OSK for CTRL+ALT but still hit the arrow key on the keyboard. Is there any solution to this? If anyone can get it working please post the exact action used. I feel like I've tried everything. Thanks.
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Firefly won't use Sage profile | Prof | Firefly PC Remote | 6 | 06-13-2007 11:07 PM |
| Firefly XML Profile documentation | jayrbrown77 | Firefly PC Remote User-to-User Troubleshooting & Support Forum | 1 | 09-27-2006 12:56 PM |
| Firefly keyboard profile | nicknero | Firefly PC Remote User-to-User Troubleshooting & Support Forum | 0 | 07-18-2006 11:34 AM |
| FireFly profile programming | tshoemaker | Firefly PC Remote | 1 | 11-11-2005 03:47 PM |