remove 'r' shortcut references for post listing
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
});
|
||||
}
|
||||
|
||||
if ($("#c-posts #a-index, #c-posts #a-show, #c-favorites #a-index").length) {
|
||||
if ($("#c-posts #a-index, #c-favorites #a-index").length) {
|
||||
Danbooru.keydown("r", "random", function(e) {
|
||||
$("#random-post")[0].click();
|
||||
});
|
||||
|
||||
@@ -32,7 +32,6 @@
|
||||
<li><kbd class="key">shift</kbd>+<kbd class="key">f</kbd> Unfavorite post</li>
|
||||
<li><kbd class="key">g</kbd> Add post to favorite group</li>
|
||||
<li><kbd class="key">1</kbd>, <kbd class="key">2</kbd>, <kbd class="key">3</kbd>... Add post to favorite group #N</li>
|
||||
<li><kbd class="key">r</kbd> Go to random post</li>
|
||||
<li><kbd class="key">v</kbd> Toggle between sample and full size</li>
|
||||
</ul>
|
||||
</section>
|
||||
|
||||
Reference in New Issue
Block a user