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?
Thanks.
Cheers,
Joao
_______________________________________________ Scite-interest mailing list [email protected] http://mailman.lyra.org/mailman/listinfo/scite-interest
