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