Add caveats to Homebrew Tap about FF 57+ dep

Touches #65
This commit is contained in:
Thomas Buckley-Houston 2018-07-13 17:27:51 +08:00
parent 6471b6f42c
commit effa2acc77
2 changed files with 3 additions and 0 deletions

View file

@ -57,3 +57,5 @@ brew:
homepage: "https://www.brow.sh" homepage: "https://www.brow.sh"
description: "The modern, text-based browser" description: "The modern, text-based browser"
caveats: "You need Firefox 57 or newer to run Browsh"

View file

@ -73,6 +73,7 @@ func handleUserKeyPress(ev *tcell.EventKey) {
toggleMonochromeMode() toggleMonochromeMode()
} }
if ev.Key() == 279 && ev.Modifiers() == 0 { if ev.Key() == 279 && ev.Modifiers() == 0 {
// F1 key
openHelpTab() openHelpTab()
} }
if ev.Key() == 9 && ev.Modifiers() == 0 { if ev.Key() == 9 && ev.Modifiers() == 0 {