Adnan Chowdhury:

> I would like to replace the standard Ctrl+T (which currently 'Line
> transpose[s] with previous.') to open a new tab (new document). I have tried
> mapping the key in my user options file but to no avail.

user.shortcuts=\
Ctrl+T|IDM_NEW|

   Works for me.

> The corollary to my question is where do I find the IDM_* commands that are
> used to make calls to SciTE command, e.g. IDM_WRAP. What is the command to
> open a new document, IDM_NEW?

   The set of commands is not documented but may be discovered by
reading the source code. IDM_* symbols are defined in the src/SciTE.h
file.

   Neil

_______________________________________________
Scite-interest mailing list
Scite-interest@lyra.org
http://mailman.lyra.org/mailman/listinfo/scite-interest

Reply via email to