View Single Post
  #13 (permalink)  
Old 27th March 2006
Scaevola Scaevola is offline
Junior Member
BS.Player Newbie
 
Join Date: Mar 2006
Posts: 2
Rep Power: 0
Scaevola is an unknown quantity at this point
Default

I found the perfect solution to have all the keys work perfectly with any Logitech multimedia product.

This will work only if you have the key configurations as follows:

C: Pause
Z: Prev
B: Next
V: Stop
W: Seek forward
Q: Seek backward

First, open up "players.ini"

Under [Players] add the following line:

Code:
BSPlayer=key,bsplayer.exe,BSPlayer,BSPlayer,xxx,C,C,V,Z,B,0,1,BSPlayer
Under [Players.Run] add the following line:

Code:
BSPlayer=path,C:\Program Files\BSplayerPro
(your path may be different depending on your BSPlayer version)

From key configurations in BSPlayer, assign "W" key for seek foward and
Under [Players.Seek] add the following line:

Code:
BSPlayer=key,W,,1,1
From key configurations in BSPlayer, assign "Q" key for seek backward and
Under [Players.Rewind] add the following line:

Code:
BSPlayer=key,Q,,1,1
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20