Jump to content

Howto make keyboard shortcut for plugin ?


Recommended Posts

Hi,

 

i've finally found a solution to have neutrino cl plugin on a remote button with this guide:

 

1> add this line in bottom of actions.ini in DVBViewer folder

 

NeutrinoCL = 20480

 

2> in the DVBViewer options under "Input" add a new group called ActionScript

 

3> in this group with "Add" to create a new action, habs "NeutrinoCL" called.

After you have typed the name popt the window with the actions, select the drop-down list (In my case NeutrinoCl), then click Add, click OK.

 

4> create a file called command.vbs in subfolder "scripts" of DVBViewer folder with this:

 

sub main (ActionID)

Select Case ActionID

Case 20480

WindowManager.ShowWindow (268435440)

End Select

end sub

 

5> DVBViewer and start enjoying :)

 

PS: Many many thanks to the guys helps to do this !

Link to comment

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Unfortunately, your content contains terms that we do not allow. Please edit your content to remove the highlighted words below.
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...