mitchell skrev: > > Take a look at the SciTE documentation at > http://scintilla.sourceforge.net/SciTEDoc.html. Essentially, commands > 0-9 are mapped automatically to the ctrl+[that number] keys. I'll do that. > Also, from my properties file: > <snip> > $(CS)+L| 1150|\ > $(CA)+L| 1151| > </snip> > You can see that the key mappings you are referencing to apply to the > command numbers of 50 and 51. Since your SciTE can only have commands > 0-49, these numbers would have to be changed to something like 1148 and > 1149 for example if your command numbers are 48 and 49. Again, read up > on the SciTE docs. It's all there :) I'll add command shortcuts to the > properties files that use functions.lua so you don't have to mess > around with the key shortcuts defined in user or global properties. > Look for it in SVN. Thanks a lot. It works now. Feels like it's time to learn the new language of the year (Lua) and to get to know this text editor really good. /Marcus