codery2k

Results 2 comments of codery2k

I can confirm that the shortcuts supported by pdf.js are working. A list of these can be found in the pdf.js FAQs, [here](https://github.com/mozilla/pdf.js/wiki/Frequently-Asked-Questions#what-are-the-pdfjs-keyboard-shortcuts). One problem you might face, which I...

If anyone has a similar problem while running `brew cask upgrade`, it should be fixed by running the command with `--skip-cask-deps`, i.e ``` brew cask upgrade --skip-cask-deps ```