[Scriptinghelp] How to assign this context menu to a script?
Posted: 14 Mar 2013 22:34
Hello ,
I want to set hotkey to this shell context menu : "enqueue file in kmplayer" ,
we select some media files and choose this menu to enqueue them to the playlist ,that 's how it work
It 's system context menu ,not xyplorer's so i can't set hotkey to it ,so i think i have to assign it to a script
The command in registry is
but i don't know how to add it to the script to assign to a hotkey
(I tried define user command=> open and add that command but it not work)
Any help will be appreciated
Thanks in advance
I want to set hotkey to this shell context menu : "enqueue file in kmplayer" ,
we select some media files and choose this menu to enqueue them to the playlist ,that 's how it work
It 's system context menu ,not xyplorer's so i can't set hotkey to it ,so i think i have to assign it to a script
The command in registry is
Code: Select all
"C:\Program Files\The KMPlayer\KMPlayer.exe"/ADD "%1"(I tried define user command=> open and add that command but it not work)
Any help will be appreciated
Thanks in advance