Re: [MlMt] Keybindings and expanding threads

2015-02-24 Thread John Cooper
On 2015-02-24 10:02, Benny Kjær Nielsen wrote: It's because you cannot override the default behavior of right-arrow. In any outline view on OS X, you can use left/right arrow to collapse/expand the currently selected item and ⌥-left/right arrow to collapse/expand the entire hierarchy of the se

Re: [MlMt] Keybindings and expanding threads

2015-02-24 Thread Benny Kjær Nielsen
On 24 Feb 2015, at 16:57, John Cooper wrote: I also tried to create this behavior with the following: "\UF703" = ( "lastOfThread:", "rootOfThread:" ); // → But this does exactly the same thing as "expandThread:". It only expands one level. It's because you cannot override the default b

Re: [MlMt] Keybindings and expanding threads

2015-02-24 Thread John Cooper
On 2015-02-24 09:37, John Cooper wrote: I wanted my left and right arrow keys to close and open threads, so I added this to my custom keybindings file: // Expand/collapse thread "\UF703" = ( "expandThread:" ); // → "\UF702" = ( "collapseThread:" ); // ← Then it occurred to me that nine