I want to I can define Tab with other character, not only space, for example: when I press the keyboard Tab, Emedirot can input two SBC case. How can I do?
Maybe you can set Tab/Indent another option except Enable Auto Indent and insert space for Tabs, such as: Insert defined character, So we can input another character, such as: ###, @@@, ㊣㊣㊣…etc.
thanks!
EmUser wrote:
I want to I can define Tab with other character, not only space, for example: when I press the keyboard Tab, Emedirot can input two SBC case. How can I do?
Maybe you can set Tab/Indent another option except Enable Auto Indent and insert space for Tabs, such as: Insert defined character, So we can input another character, such as: ###, @@@, ㊣㊣㊣…etc.
thanks!
You can write a macro:
document.write( "###" );
then assign this macro to the TAB key. To assign keys, select Keyboard Map on the Help menu.