blob: 8309321a2e8fe3b657057a0da6429cf4876810ec (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
GitHub Apple-Option-P to Preview
================================
A [Greasemonkey][1] user script that allows GitHub’s comment Preview pane to be
toggled with the keyboard shortcut `Apple-Option-P`.
By default, GitHub uses `Apple-Shift-P` for this function. In Firefox,
`Apple-Shift-P` opens a new private browsing window, shadowing GitHub’s
shortcut.
This script provides a mechanism to easily toggle the Preview pane in Firefox
without having to modify internal application shortcuts.
## Install
Ensure Greasemonkey is installed and activated. Open the [raw script][2] and
click “Install” in the resulting dialog. A [more detailed explanation][3] is
available on the Greasemonkey wiki.
## License
Copyright © 2017 Teddy Wing. Licensed under the GNU GPLv3+ (see the included
COPYING file).
[1]: https://www.greasespot.net/
[2]: https://raw.githubusercontent.com/teddywing/github-apple-option-p-to-preview/master/github-apple-option-p-to-preview.user.js
[3]: https://wiki.greasespot.net/Greasemonkey_Manual:Installing_Scripts
|