Hello everyone,
At my company, I am confined to use Outlook as my email client. Outlook is not very smart when it comes to handling text-only, Internet-style email indenting (quoting).
I would wish for an application-independent way to apply the following to selected text:
<pre>
A line of text
Another line of text
</pre>
Select both lines -> Magic indent shortcut ->
<pre>
> A line of text
> Another line of text
</pre>
(lines stay selected)
-> Magic indent shortcut again ->
<pre>
>> A line of text
>> Another line of text
</pre>
-> Magic unindent shortcut ->
<pre>
> A line of text
> Another line of text
</pre>
-> Magic unindent shortcut again ->
<pre>
A line of text
Another line of text
</pre>
-> Magic unindent shortcut again -> Nothing should happen
Ideally, the character used for quoting would be parameterizable, but this is really only optional.
I have the constant feeling that AHK could accomplish that, but I don't get the knack of dealing with the notion of 'selected text'.
Any ideas?
Thanks for your consideration,
Christian