Re: Multiple copy and paste thing in Perl



"TefJlives" <gmarkowsky@xxxxxxxxx> píse v diskusním príspevku news:1178502077.800790.92800@xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Hi all,

For my job, I often have a group of about 10 commands that I need to
type very often. I am thinking that it would be nice to rig up a
program(unless there already is one) where I could enter a bunch of
strings, and then when I press RightControl-r it would enter one
string, then RightContrl-q for another, etc, up to 26 possible
strings. Just like copy and paste, but with many different
possibilities. I thought, if possible, I could make it use the right
control because I never use that key. So, does anyone know if
something like that is doable in Perl? I don't know how to isolate the
right control, I also don't know how to make it paste it where the
cursor is. I have no idea whether this is possible, but if anyone has
any suggestions that would be great. Also, maybe Perl isn't the right
language, but I don't know what is.

As I know to isolate RightControl key is not possible because it is not handled by hardware. You can detect right or left Shift or Alt but not Control.
--

Petr Vileta, Czech republic
(My server rejects all messages from Yahoo and Hotmail. Send me your mail from another non-spammer site please.)


.



Relevant Pages

  • Re: Multiple copy and paste thing in Perl
    ... OK, thanks, I can use shift then. ... strings, and then when I press RightControl-r it would enter one ... control because I never use that key. ...
    (comp.lang.perl.misc)
  • Re: DDX problem: Is DDX even worth the trouble?
    ... control has a DDX string assignment on it, and each edit control has a ... handler for EN_CHANGE. ... information from the strings to the UI. ... unwanted reentrancy) is to set a bool member of your ...
    (microsoft.public.vc.mfc)
  • Re: Roland GK-3 Guitar Pickup
    ... I can have two different instruments on different strings and combine ... two patches for each instrument and then control the blend with the GR33 ... midi out if there is another synth to send to. ...
    (rec.music.makers.synth)
  • Re: Fast text insert into textbox
    ... red-lines my CPU and, even if I limit the TextBox to just 30KB of text, ... Or, rather, why is updating the control /so/ slow, compared to hacking ... Dim iLen As Integer = .Text.Length + sText.Length ... strings which ends with VBCRLF (probably automaticly because you retrieve ...
    (microsoft.public.dotnet.languages.vb)
  • Passing string pointers in a custom control-data structure == FAIL
    ... I have a weird problem with passing data to a custom window class on ... What's different about this particular control is that the control-data ... The main program allocates the strings (based on text loaded from ... for some reason all the string pointers ...
    (comp.os.os2.programmer.misc)