#1
|
|||
|
|||
Right-click menu customization
I added a MENUITEM which sends a string : \n telnet \v
POPUPMENU "[context]" MENUITEM "&Copy", "MENU_COPY" MENUITEM "&Paste", "MENU_PASTE" MENUITEM "Telnet ip", "SEND", "\n telnet \v" <-----new line that I added ... The \n telnet works well but the \v doesn't do anything (it is supposed to send the clipboard to the screen). So my question is this: how do I send a string + clipboard to the screen ? -------------- Also, to perform the same task as above, I also I've tried to put 2 different actions in the same MENUITEM but it doesn't work : MENUITEM "Telnet ip", "SEND", "\n telnet" ; "MENU_PASTE" This is my second question: Is there a way to perform 2 different actions in one single MENUITEM line ? regards, |
Tags |
clipboard , customize , menu , menuitem , right-click |
Thread Tools | |
Display Modes | |
|
|