Merge pull request #575 from vincode-io/Issue-517-help

Updated keyboard shortcuts help page
This commit is contained in:
Brent Simmons 2019-03-04 12:42:53 -08:00 committed by GitHub
commit 3b8416b1e5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 1 deletions

View File

@ -392,7 +392,7 @@ class AppDelegate: NSObject, NSApplicationDelegate, NSUserInterfaceValidations,
if let window = keyboardShortcutsWindowController?.window {
let point = NSPoint(x: 128, y: 64)
let size = NSSize(width: 620, height: 1000)
let size = NSSize(width: 620, height: 1100)
let minSize = NSSize(width: 400, height: 400)
window.setPointAndSizeAdjustingForScreen(point: point, size: size, minimumSize: minSize)
}

View File

@ -76,7 +76,15 @@
<caption>Timeline only…</caption>
<tr><td>Move focus to subscriptions</td><td><kbd>&larr;</kbd></td></tr>
<tr><td>Move focus to detail</td><td><kbd>&rarr;</kbd></td></tr>
</table>
<table>
<caption>Detail only…</caption>
<tr><td>Move focus to headlines</td><td><kbd>&larr;</kbd></td></tr>
</table>
</body>
</html>