<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/xhtml; charset=utf-8">
</head>
<body>
<div style="font-family:sans-serif"><div style="white-space:normal">
<p dir="auto">On 31 Aug 2018, at 02.14, Maurice Mines wrote:</p>

<blockquote style="border-left:2px solid #777; color:#777; margin:0 0 5px; padding-left:5px">
<p dir="auto">Good morning, I am pretty much ready to purchase. My copy of male mate except I am still having problems creating a BCC field and outgoing email messages. If I can do that on a consistent basis then no problems getting this purchased. If I may, or may not have mentioned before, I am a blind user so coming up with a keystroke to do this is critical. It does need to be done with non visual access techniques. Thank you very much for reading this and I will read the responses on the list be well everyone.</p>
</blockquote>

<p dir="auto">I use a Keyboard Maestro macro to automate showing the Bcc field when it is not visible (I actually do more than that with the macro, including filling in a particular address into the Bcc field, but that’s not relevant here).</p>

<p dir="auto">You could almost do it using keystrokes alone:</p>

<ol>
<li value="1">Control-Command-H (for choosing ‘Show Headers’ from the ‘Format’ menu).</li>
<li value="2">B (to select the ‘Bcc’ option in the pop-up menu).</li>
<li value="3">Return (to choose that option).</li>
</ol>

<p dir="auto">…except that the choices in that menu are toggles, so if the Bcc field is already visible, then using this set of keystrokes will hide it instead.</p>

<p dir="auto">Therefore, in my Keyboard Maestro macro, I have a first condition that looks for the ‘Bcc:’ field label on screen (using image matching), only proceeding with the steps above if the field is <em>not</em> already visible.</p>

<p dir="auto">If you’re a Keyboard Maestro user, I’m happy to send a copy of the relevant part of my macro, if that would be of use.</p>

<p dir="auto">David</p>
</div>
</div>
</body>
</html>