Make the n key work to go to next unread.

This commit is contained in:
Brent Simmons
2019-03-18 21:39:18 -07:00
parent 10af8f0e1b
commit 071da5d784
3 changed files with 11 additions and 5 deletions

View File

@@ -36,6 +36,12 @@
<key>action</key>
<string>nextUnread:</string>
</dict>
<dict>
<key>key</key>
<string>n</string>
<key>action</key>
<string>nextUnread:</string>
</dict>
<dict>
<key>key</key>
<string>r</string>