Page 1 of 6 123 ... LastLast
Results 1 to 10 of 54

Thread: Expand your remote with a "shift" button

Hybrid View

  1. #1
    Join Date
    Feb 2001
    Location
    Plano, TX, USA
    Posts
    3,055

    Default Expand your remote with a "shift" button

    The attached .zip/.gml file contains a group which contains three commands. Using these commands, you can artifically extend the number of buttons on your remote control by choosing one to be a "shift" button. When you press the shift button, all events generated by the remote will be prefixed with the string "SHIFT_" until the shift button is pressed again (it is a toggle).

    NOTE: All events used and generated by these commands will be prefixed by *.

    Check out the readme for usage and setup details.

    Hopefully, this will be useful to someone.

    EDIT: It looks like some folks are finding this useful. Good. Please ask questions about this .gml file in this thread. I would like to try to keep all the relavent information (and any long winded explanations I may make ) in one spot to allow future users the benefit of our combined learning. Hopefully, this thread will become a better readme than the readme. Thanks.

    EDIT 2: Attachment removed, see a later post for the latest files.
    Mark F

  2. #2
    Join Date
    Dec 2002
    Posts
    9

    Default

    Hey I've been trying to get this working but I'm not sure exactly how. I did get the Shift Key and All Keys commands bound to my remote properly.

    But I'm not sure how to assign 2 different commands to the same key. Say I make a command to open winamp, and one to open notepad. What I tried to do was learn Winamp wiht one key... then press shift and learn Notepad with the same key... but it saves the same IR code so I'm not sure how to make it check for the SHIFT_ prefix.

    Can anyone help me out here? Thanks.

  3. #3
    Join Date
    Dec 2002
    Posts
    9

    Default

    Never mind I figured it out. I got it workign with 3 separate buttons to increase functions now.

    This program is freakin awesome... good job guys.



    Adam

  4. #4
    Join Date
    Dec 2002
    Posts
    8

    Default

    okay you may have figures it out but I can't seem to. How do you get the shift to work?

  5. #5
    Join Date
    Feb 2001
    Location
    Plano, TX, USA
    Posts
    3,055

    Default

    Did you follow the steps in the readme file?

    With which part are you having problems?
    Mark F

  6. #6
    Join Date
    Dec 2002
    Posts
    8

    Default

    Well after I bind the shift key to something (in my case the enter button on my creative remote) how do I make it so that a command uses the SHIFT_ prefix?

  7. #7
    Join Date
    Feb 2001
    Location
    Plano, TX, USA
    Posts
    3,055

    Default

    Have you bound all the keys from the remote to the All Keys command?

    If so, every key should now be emiting two events. The original and one that has a * as the first character of the event string.

    To bind the "*SHIFT_XXX" event to a command, you will do a modified learn event process:
    1. Make the shift state be ON
    2. Press the button you want to learn to the command
    3. Highlight the command
    4. Make sure the dropdown next to the Learn Event button says All
    5. Press the Learn Event button
    6. Highlight the Last Key command
    7. Choose "Test Command" from the Commands menu item

    Last Key will repeat the previous key so it will be learned as the trigger for your command.

    Does this make sense?
    Mark F

  8. #8
    Join Date
    Dec 2002
    Posts
    8

    Default

    yes this helped. thank you very much!

  9. #9
    Join Date
    Dec 2002
    Posts
    8

    Default

    Crap! I r stoopid! okay so I first bound the shift key to my little enter key on my remote. Then I bound the all keys command to my little MIDI SysEx plugin. Now when I press the enter key on ym remote it gives the shift_ prefix... but wait it says that all of my original key commands now respond to both shift and normal mode what the fork?

  10. #10
    Join Date
    Dec 2002
    Posts
    8

    Default

    Sorry for the double post but to be more clear... I have a key programmed for normal volume control. When I press the shift button on my remote and try to make that same key control the treble volume command it now controls both the normal and treble volumes BUT when I press the shift button I only control the normal volume? I'm close but how to I get rid of controlling the normal volume when i press the shift key? Thanks.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •