Wish PLS_CURRENT_COPY_SELECTED / PLS_CURRENT_PASTE_SELECTED
- SevenSenses
- Posts: 89
- Joined: 23 Aug 2013 17:10
- Location: Vienna
- Contact:
Wish PLS_CURRENT_COPY_SELECTED / PLS_CURRENT_PASTE_SELECTED
Hallo Bernd
Ich habe eine Frage, da meine Tastatur die ich mir besorgt habe nur via GamePort funktioniert würde ich zwei Kommandos benötigen.
Es geht um folgende einfachen Kommandos eine ausgewählte Datei in der Playlist zu kopieren (STRG+C), und ein Kommando dieses einzufügen.(STRG+V)
Als PLS_Current Kommando sagen wir für kopieren PLS_CURRENT_COPY_SELECTED / für einfügen PLS_CURRENT_PASTE_SELECTED
Das Kommando zum löschen einer ausgewählten Datei habe ich gefunden. (PLS_CURRENT_DELETE_SELECTED)
Ich weiß das es Tastaturkürzel gibt die dieses bewerkstelligen, aber genau das kann ich auf dieser nicht machen.
Nach vielen Suchen habe ich einfach nichts gefunden was hier passen würde.
Sonst funktiniert alles nur halt diese zwei würden mein Problem lösen.
Ich hänge dir noch ein Bild an damit zu dir vorstellen kannst was ich meine.
Danke Tom aus Wien
-----------------------------------------------------------------------------------------------
Hello Bernd
I have a question, since the keyboard I got only works via GamePort, I would need two commands.
It's about the following simple commands, copying a selected file into the playlist (CTRL+C), and a command to paste it (CTRL+V)
As PLS_Current command we say to copy PLS_CURRENT_COPY_SELECTED / to paste PLS_CURRENT_PASTE_SELECTED
I found the command to delete a selected file. (PLS_CURRENT_DELETE_SELECTED)
I know there are keyboard shortcuts that can do this, but that's exactly what I can't do on this one.
After a lot of searching, I just couldn't find anything that would fit here.
Otherwise everything works, just these two would solve my problem.
I'm attaching another picture so you can imagine what I mean.
Thanks Tom from Vienna
Ich habe eine Frage, da meine Tastatur die ich mir besorgt habe nur via GamePort funktioniert würde ich zwei Kommandos benötigen.
Es geht um folgende einfachen Kommandos eine ausgewählte Datei in der Playlist zu kopieren (STRG+C), und ein Kommando dieses einzufügen.(STRG+V)
Als PLS_Current Kommando sagen wir für kopieren PLS_CURRENT_COPY_SELECTED / für einfügen PLS_CURRENT_PASTE_SELECTED
Das Kommando zum löschen einer ausgewählten Datei habe ich gefunden. (PLS_CURRENT_DELETE_SELECTED)
Ich weiß das es Tastaturkürzel gibt die dieses bewerkstelligen, aber genau das kann ich auf dieser nicht machen.
Nach vielen Suchen habe ich einfach nichts gefunden was hier passen würde.
Sonst funktiniert alles nur halt diese zwei würden mein Problem lösen.
Ich hänge dir noch ein Bild an damit zu dir vorstellen kannst was ich meine.
Danke Tom aus Wien
-----------------------------------------------------------------------------------------------
Hello Bernd
I have a question, since the keyboard I got only works via GamePort, I would need two commands.
It's about the following simple commands, copying a selected file into the playlist (CTRL+C), and a command to paste it (CTRL+V)
As PLS_Current command we say to copy PLS_CURRENT_COPY_SELECTED / to paste PLS_CURRENT_PASTE_SELECTED
I found the command to delete a selected file. (PLS_CURRENT_DELETE_SELECTED)
I know there are keyboard shortcuts that can do this, but that's exactly what I can't do on this one.
After a lot of searching, I just couldn't find anything that would fit here.
Otherwise everything works, just these two would solve my problem.
I'm attaching another picture so you can imagine what I mean.
Thanks Tom from Vienna
Last edited by SevenSenses on 21 Apr 2024 16:17, edited 2 times in total.
Re: Wish PLS_CURRENT_COPY_SELECTED / PLS_CURRENT_PASTE_SELECTED
There is a command PLS_CURRENT_SWAP_SELECTED, which swaps two selected entries - like cut and paste.
But I do not understand, why you can not use the EXEC_SEND_KEY command. When this is a GamePort device, you just trigger the execution of control-commands. The EXEC_SEND_KEY could be used on my mind, e.g. use:
EXEC_SEND_KEY ^c
and
EXEC_SEND_KEY ^v
See here for a documentation about key codes: https://learn.microsoft.com/en-us/dotne ... mework-4.8
But I do not understand, why you can not use the EXEC_SEND_KEY command. When this is a GamePort device, you just trigger the execution of control-commands. The EXEC_SEND_KEY could be used on my mind, e.g. use:
EXEC_SEND_KEY ^c
and
EXEC_SEND_KEY ^v
See here for a documentation about key codes: https://learn.microsoft.com/en-us/dotne ... mework-4.8
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
- SevenSenses
- Posts: 89
- Joined: 23 Aug 2013 17:10
- Location: Vienna
- Contact:
Re: Wish PLS_CURRENT_COPY_SELECTED / PLS_CURRENT_PASTE_SELECTED
Hallo Bernd
Ich habe deine Idee aufgegriffen und habe diese Kommandos ein programmiert. Sie werden ausgeführt beim drücken, aber wenn ^C gesendet wird geht dieses Fenster auf bei PF.
(Copy Playlist to Folder?????) Beim Kommando ^V passiert gar nichts.
Auch andere Kombinationen wie EXEC_SEND_KEY ^+(C) öffnen ebenfalls dieses Fenster laut NET
muss es in einer Klammer stehen weil STRG ja gedrückt sein sollte +C zumindest habe ich es so verstanden.
Wenn UMSCHALT, STRG und ALT gleichzeitig mit anderen Tasten gedrückt werden müssen, schließen Sie die Codes für die Tasten in Klammern ein. Wenn zum Beispiel die UMSCHALTTASTE gleichzeitig mit den Tasten E und C gedrückt werden soll, geben Sie +(EC) an.
LG Tom
Ich habe deine Idee aufgegriffen und habe diese Kommandos ein programmiert. Sie werden ausgeführt beim drücken, aber wenn ^C gesendet wird geht dieses Fenster auf bei PF.
(Copy Playlist to Folder?????) Beim Kommando ^V passiert gar nichts.
Auch andere Kombinationen wie EXEC_SEND_KEY ^+(C) öffnen ebenfalls dieses Fenster laut NET
muss es in einer Klammer stehen weil STRG ja gedrückt sein sollte +C zumindest habe ich es so verstanden.
Wenn UMSCHALT, STRG und ALT gleichzeitig mit anderen Tasten gedrückt werden müssen, schließen Sie die Codes für die Tasten in Klammern ein. Wenn zum Beispiel die UMSCHALTTASTE gleichzeitig mit den Tasten E und C gedrückt werden soll, geben Sie +(EC) an.
LG Tom
- SevenSenses
- Posts: 89
- Joined: 23 Aug 2013 17:10
- Location: Vienna
- Contact:
Re: Wish PLS_CURRENT_COPY_SELECTED / PLS_CURRENT_PASTE_SELECTED
Hallo Bernd
Mit viel Geduld und Recherche habe ich die Software der Tastatur zum rennen bekommen.
(ist ja schon ein älteres Modell und braucht spezielle Treiber) und habe das Problem mit Makros behoben. Trotzdem wäre es echt interessant wieso das mit deiner Idee nicht funktioniert.
Ehrlich gesagt wäre mir deine Lösung um vieles lieber denn damit hätte ich alles aus einer Hand (PF).
Anscheinend ist es doch nicht so einfach das zu kombinieren (Drückablauf) deswegen versteht er anscheinend
einen anderen Befehl (Copy Playlist to Folder???).
Vielleicht fällt dir noch was ein um das trotzdem noch hinzubekommen ohne der Tastatur Software.
LG Tom
Mit viel Geduld und Recherche habe ich die Software der Tastatur zum rennen bekommen.
(ist ja schon ein älteres Modell und braucht spezielle Treiber) und habe das Problem mit Makros behoben. Trotzdem wäre es echt interessant wieso das mit deiner Idee nicht funktioniert.
Ehrlich gesagt wäre mir deine Lösung um vieles lieber denn damit hätte ich alles aus einer Hand (PF).
Anscheinend ist es doch nicht so einfach das zu kombinieren (Drückablauf) deswegen versteht er anscheinend
einen anderen Befehl (Copy Playlist to Folder???).
Vielleicht fällt dir noch was ein um das trotzdem noch hinzubekommen ohne der Tastatur Software.
LG Tom
Re: Wish PLS_CURRENT_COPY_SELECTED / PLS_CURRENT_PASTE_SELECTED
Hi Tom,
I just tried it here and it is working fine here...
But the confusion might be, because I gave you an incorrect keystroke string above (which I corrected)!
Make sure NOT use capital letters (i.e. c and v - not C or V - else these would also send the SHIFT modifier).
So to CUT a track use:
And to paste the track use:
I just tried it here and it is working fine here...
But the confusion might be, because I gave you an incorrect keystroke string above (which I corrected)!
Make sure NOT use capital letters (i.e. c and v - not C or V - else these would also send the SHIFT modifier).
So to CUT a track use:
Code: Select all
EXEC_SEND_KEY ^x
Code: Select all
EXEC_SEND_KEY ^v
Bernd - radio42
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
ProppFrexx ONAIR - The Playout and Broadcast Automation Solution
- SevenSenses
- Posts: 89
- Joined: 23 Aug 2013 17:10
- Location: Vienna
- Contact:
Re: Wish PLS_CURRENT_COPY_SELECTED / PLS_CURRENT_PASTE_SELECTED
Hallo Bernd
Ja genau das war es, funkt alles wunderbar und alles jetzt mit PF.
Einfach spitze genau wie ich es wollte.
Die Tastatur SW wurde schon wieder deinstalliert.
Danke für deine schnelle Hilfe
Grüße Tom aus Wien
----------------------------------------------------------------------------------------------
Hello Bernd
Yes, that's exactly it, everything works wonderfully and now everything with PF.
Just great, exactly how I wanted it.
The keyboard SW has already been uninstalled.
Thank you for your quick help
Greetings Tom from Vienna
Ja genau das war es, funkt alles wunderbar und alles jetzt mit PF.
Einfach spitze genau wie ich es wollte.
Die Tastatur SW wurde schon wieder deinstalliert.
Danke für deine schnelle Hilfe

Grüße Tom aus Wien
----------------------------------------------------------------------------------------------
Hello Bernd
Yes, that's exactly it, everything works wonderfully and now everything with PF.
Just great, exactly how I wanted it.
The keyboard SW has already been uninstalled.
Thank you for your quick help

Greetings Tom from Vienna