INTERACT FORUM
More => Old Versions => Media Center 11 (Development Ended) => Topic started by: LanceD on June 16, 2006, 10:03:10 am
-
I'm programming my firefly remote using a combination of keyboard shortcuts and core media commands (as command line arguments).
The enums for Theater View Modes (bottom of .h file) aren't listed in any specific range. What's the offset for these? I'm trying to program a button to take me to the Home screen in Theater mode (I know, it's not that hard to use the arrow keys, but I'd also like to have a "Home" button).
Thanks!
-
I'm not sure, but try this page:
http://www.jrmediacenter.com/devzone.html
-
That's actually where I started. I was talking about this: http://www.jrmediacenter.com/DevZone/MCCommands.h file.
But thanks all the same! You made me go back and actually READ the file ::) and I got what I needed. (amazing what happens when you RTFM ;D )