Results 1 to 4 of 4

Thread: How to use multikeys function with girder ?

  1. #1
    Join Date
    Aug 2004
    Posts
    3

    Default How to use multikeys function with girder ?

    i use girder for progdvb, that i would like to know is

    if possible to change channel number more than 9 ?

    this is my problem, i can assign a number to a channel, but the problem is that i dont know how to assign for example the channel 10 to numbers 1-0 of my remote controller via girder.

    is that possible ? and how ?

    anyway i need something that permit at me to execute

    progdvb /channel:xxx where xxx=keys pressed on remote controller

    thanks for any answer and help

    i use girder on winxp sp1 with a KWorld card

    mav_top

  2. #2
    Join Date
    May 2004
    Location
    Darmstadt Germany
    Posts
    306

    Default Re: How to use multikeys function with girder ?

    Iam not shure if this is the method with most efficency but try this...

    Quote Originally Posted by mavtop
    i dont know how to assign for example the channel 10 to numbers 1-0 of my remote controller via girder.

    is that possible ? and how ?
    Should work with girder scripting language LUA. Such a script could be run in a command executed by every number key press. In the script you could get the key codes and - within a time limit - concatenate to two or more digit numbers. The result is your channel number; works also for one digit numbers, when there is no second number pressed within the time limit.

    Quote Originally Posted by mavtop
    anyway i need something that permit at me to execute

    progdvb /channel:xxx where xxx=keys pressed on remote controller
    At the end of the mentioned script you would trigger an internal event with the found number as payload 1. A second command - triggered by this script event - could execute the programm (OS-tab; "Execute"; File: C:\....\progdvb.exe; Step Size: /Channel:[pld1]

    Not detailed enough for a newbie; but ok for you?

    mhund

  3. #3
    Join Date
    Dec 2001
    Posts
    11,560

    Default

    Also, look at the buildnumber plugin

  4. #4
    Join Date
    Aug 2004
    Posts
    3

    Default

    i can't find build number plugin

    and dont know how to use lua scripts or what to do them

    someone can explain better

    thanks anyway

    mav_top

Posting Permissions

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