<div class="markdown">
<p dir="auto">On 27 May 2015, at 2:49, Ben Klebe wrote:</p>

<blockquote>
<p dir="auto">The Gmail keybindings plist has the following listed as "FIXME." Does this mean fix the plist, or add these methods as valid? These options seem much better than "toggleReadState:" but they don't appear to be on the official keyword list.</p>

<blockquote>
<p dir="auto">"I" = "toggleReadState:"; // FIXME: Should be ( "markAsRead:", "nextMessage:");<br>
"U" = "toggleReadState:"; // FIXME: Should be "markAsUnRead:"</p>
</blockquote>
</blockquote>

<p dir="auto">The <code>FIXME</code>s are reminders that <code>markAsRead:</code> and <code>markAsUnread:</code> do not exist -- and therefore I/U could not be properly imitated. But now it could be done using the set/remove key bindings. I'll fix that.</p>

<p dir="auto">-- <br>
Benny</p>

</div>