Joao Pedrosa: > I want to configure a custom shortcut using Ctrl+Tab to unindent the line, > just like it's possible with Shift+Tab. I want Ctrl+Tab because in another > editor it's what I use and it would be good if it could be good if SciTE > allowed for the same in an easy way. I tried setting this: > > # User defined key commands > user.shortcuts=\ > Ctrl+Shift+V|IDM_PASTEANDDOWN|\ > Ctrl+PageUp|IDM_PREVFILE|\ > Ctrl+PageDown|IDM_NEXTFILE|\ > Ctrl+Tab|2328| > > In the SciTE Globals properties file. 2328 is the number of the BACKTAB. > It works if I use the shortcut with Ctrl+Shift+Y for example, but I > couldn't > make it work with only Ctrl+Tab. Is it possible?
Looks like "Tab" isn't in the list of known key names but I can't recall if there is a reason for this. Its likely that it could just be added if anyone wants to try. Its a good idea to always mention which platform you are using. Neil _______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
