Re: [COOT] scheme : ^e (C-e) equivalent?

2010-08-09 Thread Bernhard Lohkamp
There is a simple implementation for using keyboard modifiers in python 
scripting (as of rev 3101). Currently it only works for Ctrl (no Alt) 
keys and you have to specify the key with prefix Control_, e.g. 
Control_e (*).


And BTW the python scripting windows has command completion for some time...

B

(*) Alt and alternative spellings to Control_ may come soon...


by the way, is there a ^e (C-e) equivalent in scheme?

i.e. where does scheme get its key bindings from?



I have not yet enabled user-defined control key bindings (it's on the list).

Did I interpret your question correctly this time?

Hmm... maybe not.  Maybe you want to advance to end of line in the green
scripting window?  Can't be done.  It would be a cool thing to have (as
would command completion).

Paul.



--
***

Dr. Bernhard Lohkamp
Assistant Professor
Div. Molecular Structural Biology
Dept. of Medical Biochemistry and Biophysics (MBB)
Karolinska Institutet
S-17177 Stockholm
Sweden

phone: (+46) 08-52487651
fax:   (+46) 08-327626
email: bernhard.lohk...@ki.se


[COOT] scheme : ^e (C-e) equivalent?

2010-08-06 Thread Lepore, Bryan
by the way, is there a ^e (C-e) equivalent in scheme?

i.e. where does scheme get its key bindings from?

-bryan

Re: [COOT] scheme : ^e (C-e) equivalent?

2010-08-06 Thread Paul Emsley

On 06/08/10 18:57, Lepore, Bryan wrote:

by the way, is there a ^e (C-e) equivalent in scheme?

i.e. where does scheme get its key bindings from?
   


I have not yet enabled user-defined control key bindings (it's on the list).

Did I interpret your question correctly this time?

Hmm... maybe not.  Maybe you want to advance to end of line in the green 
scripting window?  Can't be done.  It would be a cool thing to have (as 
would command completion).


Paul.