Re: [MlMt] Block tabbing to clickable items in messages

2021-11-21 Thread Michael Nietzold
I would expect the shortcuts CMD+0 , CMD+1 for jumping between the subviews

In other programs they used for this kind of switching (for example IntelliJ 
IDEA). 

(I never change my views - that's why I never need this shortcuts)

Von meinem iDingens gesendet...

> Am 21.11.2021 um 20:06 schrieb Benny Kjær Nielsen :
> 
> On 18 Nov 2021, at 20:06, Randall Meadows wrote:
> 
>> I'm using the three-pane view: mailbox list on left, message list on 
>> top-right, selected message on bottom-right.
>> 
>> When I get an HTML message and focus ends up in the message (like after I 
>> click a link), I am now completely stuck in the message view from a keyboard 
>> navigation point-of-view, i.e., I cannot tab back to the message or mailbox 
>> list--tabbing just keeps cycling between clickable items in the message.
> 
> It's on my list to see if this can work better. Keyboard navigation is a bit 
> tricky with the new message view.
> 
> -- 
> Benny
> ___
> mailmate mailing list
> mailmate@lists.freron.com
> https://lists.freron.com/listinfo/mailmate

___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Block tabbing to clickable items in messages

2021-11-21 Thread Benny Kjær Nielsen
On 18 Nov 2021, at 20:06, Randall Meadows wrote:

> I'm using the three-pane view: mailbox list on left, message list on 
> top-right, selected message on bottom-right.
>
> When I get an HTML message and focus ends up in the message (like after I 
> click a link), I am now completely stuck in the message view from a keyboard 
> navigation point-of-view, i.e., I cannot tab back to the message or mailbox 
> list--tabbing just keeps cycling between clickable items in the message.

It's on my list to see if this can work better. Keyboard navigation is a bit 
tricky with the new message view.

-- 
Benny
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


Re: [MlMt] Block tabbing to clickable items in messages

2021-11-19 Thread Steve Burling

On 18 Nov 2021, at 14:06, Randall Meadows wrote:

I'm using the three-pane view: mailbox list on left, message list on 
top-right, selected message on bottom-right.


When I get an HTML message and focus ends up in the message (like 
after I click a link), I am now completely stuck in the message view 
from a keyboard navigation point-of-view, i.e., I cannot tab back to 
the message or mailbox list--tabbing just keeps cycling between 
clickable items in the message.


I *NEVER* want this behavior.  Ever.  Tab the focus away is all I do 
and ever will want to do.


What is the magic voodoo incantation to make MailMate allow my caveman 
ways?


This drove me nuts, too. While not the tab key, I put this:

{
	"0" = ("makeFirstResponder:", "mainOutline"); // move focus to message 
list

"9" = ("selectNextKeyView:"); // move focus to next pane
"8" = ("selectPreviousKeyView:"); // move focus to previous pane
}

in ~/Library/Application 
Support/MailMate/Resources/KeyBindings/srb.plist, and added 'srb' to the 
'Custom Key Bindings' field in the General preferences, restarted 
Mailman, and then hitting the "0" key will take me back to the message 
list. Better than nothing for me. I still find myself fruitless hitting 
Shift-Tab sometimes.


-- Steve
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate


[MlMt] Block tabbing to clickable items in messages

2021-11-18 Thread Randall Meadows
I'm using the three-pane view: mailbox list on left, message list on top-right, 
selected message on bottom-right.

When I get an HTML message and focus ends up in the message (like after I click 
a link), I am now completely stuck in the message view from a keyboard 
navigation point-of-view, i.e., I cannot tab back to the message or mailbox 
list--tabbing just keeps cycling between clickable items in the message.

I *NEVER* want this behavior.  Ever.  Tab the focus away is all I do and ever 
will want to do.

What is the magic voodoo incantation to make MailMate allow my caveman ways?


randy
___
mailmate mailing list
mailmate@lists.freron.com
https://lists.freron.com/listinfo/mailmate