Profile Firefly available (1 Viewer)

A

Anonymous

Guest
I found that the profile suggested by Kanedo worked well for me once i updated the profile using 1Spoon's suggestion.

I have found that there are some good and bad things about the remote. Good: nice ability to close and minimize in any application. Bad: poor range , not always responsive if i haven't pressed a button in awhile (might be range issue), and on startup, even though MP is shown, firefly still has the default profile in use. I have to toggle mouse mode on and off to get it to switch to MP profile. This doesn't happen all of the time and i think that it is an issue with having MP and firefly load on startup. This might require some kind of queue to load MP after firefly has been loaded.


----------------------------------------------------------
<Profile Type="SnapStream.Firefly.Core.Profile" Name="Media Portal" ShowOSD="True">
<Identifier ClassName="WindowsForms10.Window.8.app3" WindowText="Media Portal" FileName="" ClassNameComparer="Contains" WindowTextComparer="Contains" FileNameComparer="CaseInsensitiveContains" />
<Actions Button="Number9" Description="9">
<KeyAction ActivationState="DownRepeat" Keys="9" />
</Actions>
<Actions Button="Number8" Description="8">
<KeyAction ActivationState="DownRepeat" Keys="8" />
</Actions>
<Actions Button="Number7" Description="7">
<KeyAction ActivationState="DownRepeat" Keys="7" />
</Actions>
<Actions Button="Number6" Description="6">
<KeyAction ActivationState="DownRepeat" Keys="6" />
</Actions>
<Actions Button="Number5" Description="5">
<KeyAction ActivationState="DownRepeat" Keys="5" />
</Actions>
<Actions Button="Number4" Description="4">
<KeyAction ActivationState="DownRepeat" Keys="4" />
</Actions>
<Actions Button="Number3" Description="3">
<KeyAction ActivationState="DownRepeat" Keys="3" />
</Actions>
<Actions Button="Number2" Description="2">
<KeyAction ActivationState="DownRepeat" Keys="2" />
</Actions>
<Actions Button="Number1" Description="1">
<KeyAction ActivationState="DownRepeat" Keys="1" />
</Actions>
<Actions Button="Number0" Description="0">
<KeyAction ActivationState="DownRepeat" Keys="0" />
</Actions>
<Actions Button="Maximize" Description="Full Screen">
<KeyAction ActivationState="Down" Keys="%{enter}" />
</Actions>
<Actions Button="VolumeDown" Description="Volume Down">
<KeyAction ActivationState="DownRepeat" Keys="-" />
</Actions>
<Actions Button="VolumeUp" Description="Volume Up">
<KeyAction ActivationState="DownRepeat" Keys="=" />
</Actions>
<Actions Button="Right" Description="Right">
<KeyAction ActivationState="DownRepeat" Keys="{right}" />
</Actions>
<Actions Button="Left" Description="Left">
<KeyAction ActivationState="DownRepeat" Keys="{left}" />
</Actions>
<Actions Button="Down" Description="Down">
<KeyAction ActivationState="DownRepeat" Keys="{down}" />
</Actions>
<Actions Button="Up" Description="Up">
<KeyAction ActivationState="DownRepeat" Keys="{up}" />
</Actions>
<Actions Button="OK" Description="Select">
<KeyAction ActivationState="DownRepeat" Keys="{enter}" />
</Actions>
<Actions Button="Exit" Description="Back">
<KeyAction ActivationState="Down" Keys="{esc}" />
</Actions>
<Actions Button="Stop" Description="Stop">
<KeyAction ActivationState="DownRepeat" Keys="b" />
</Actions>
<Actions Button="Pause" Description="Play/Pause">
<KeyAction ActivationState="DownRepeat" Keys=" " />
</Actions>
<Actions Button="Play" Description="Play/Pause">
<KeyAction ActivationState="DownRepeat" Keys=" " />
</Actions>
<Actions Button="Rewind" Description="rewind">
<KeyAction ActivationState="DownRepeat" Keys="{F5}" />
</Actions>
<Actions Button="FastForward" Description="Fast Forward">
<KeyAction ActivationState="DownRepeat" Keys="{F6}" />
</Actions>
<Actions Button="Menu" Description="Gui/FullScreen">
<KeyAction ActivationState="DownRepeat" Keys="x" />
</Actions>
<Actions Button="Info" Description="OSD">
<KeyAction ActivationState="DownRepeat" Keys="y" />
</Actions>
<Actions Button="SkipBack" Description="Previous Chapter">
<KeyAction ActivationState="DownRepeat" Keys="{F7}" />
</Actions>
<Actions Button="SkipForward" Description="Next Chapter">
<KeyAction ActivationState="DownRepeat" Keys="{F8}" />
</Actions>
<Actions Button="Options" Description="Parent Dir">
<KeyAction ActivationState="DownRepeat" Keys="u" />
</Actions>
<Actions Button="ChannelDown" Description="Next">
<KeyAction ActivationState="DownRepeat" Keys="{F8}" />
</Actions>
<Actions Button="ChannelUp" Description="Prev">
<KeyAction ActivationState="DownRepeat" Keys="{F7}" />
</Actions>
<Actions Button="Firefly" Description="Main Menu">
<KeyAction ActivationState="DownRepeat" Keys="{esc}{esc}{esc}{esc}" />
</Actions>
<Actions Button="ChannelEnter" Description="Enter">
<KeyAction ActivationState="DownRepeat" Keys="{enter}" />
</Actions>
<Actions Button="D" Description="Zoom">
<KeyAction ActivationState="Down" Keys="s" />
</Actions>
</Profile>
 

Users who are viewing this thread

Top Bottom