Re: [Tutor] operating system key-bindings that call Python scripts

2007-08-21 Thread Fiyawerx
Noob here, but just wondering, would it be hard for you to have the program instead of insert the text for you, copy it to your clipboard? It would add a step, but then you could do something like [, ctrl-v] to paste into whatever window you're in. Some keyboards like logitech's g15 allow special

Re: [Tutor] operating system key-bindings that call Python scripts

2007-08-21 Thread Alan Gauld
<[EMAIL PROTECTED]> wrote > (Windows or Linux) to recognize that every time I type, say, > -'C' '1', > a Python script I wrote will execute and out will pop the current > date time Ctrl-C is a particularly difficult combination since in many OS it is the system interrupt but if you went for a s

[Tutor] operating system key-bindings that call Python scripts

2007-08-20 Thread tpc247
I have a particular date time format I use for making entries in various logs I maintain, and ideally what I'd like is for my operating system (Windows or Linux) to recognize that every time I type, say, -'C' '1', a Python script I wrote will execute and out will pop the current date time in my des