| 1 | <div class="walloftext"> |
| 2 | <p>Various functions on CubFur.gay have keyboard shortcuts to make browsing easier and faster.</p> |
| 3 | <h2>Image Lists</h2> |
| 4 | <table class="table"> |
| 5 | <tr> |
| 6 | <th class="table__tiny-column center">J</th> |
| 7 | <td>Previous page</td> |
| 8 | </tr> |
| 9 | <tr> |
| 10 | <th class="center">K</th> |
| 11 | <td>Next page</td> |
| 12 | </tr> |
| 13 | <tr> |
| 14 | <th class="center">F</th> |
| 15 | <td>Favourite image (image under the mouse pointer)</td> |
| 16 | </tr> |
| 17 | <tr> |
| 18 | <th class="center">U</th> |
| 19 | <td>Upvote image (image under the mouse pointer)</td> |
| 20 | </tr> |
| 21 | <tr> |
| 22 | <th class="center">O</th> |
| 23 | <td>Open full sized image URL (image under the mouse pointer)</td> |
| 24 | </tr> |
| 25 | </table> |
| 26 | <h2>Image Pages</h2> |
| 27 | <table class="table"> |
| 28 | <tr> |
| 29 | <th class="table__tiny-column center">J</th> |
| 30 | <td>Previous image (in global index terms, the image posted after the one you're looking at)</td> |
| 31 | </tr> |
| 32 | <tr> |
| 33 | <th class="center">K</th> |
| 34 | <td>Next image (image posted before current one)</td> |
| 35 | </tr> |
| 36 | <tr> |
| 37 | <th class="center">R</th> |
| 38 | <td>Random image</td> |
| 39 | </tr> |
| 40 | <tr> |
| 41 | <th class="center">S</th> |
| 42 | <td>Open source URL</td> |
| 43 | </tr> |
| 44 | <tr> |
| 45 | <th class="center">O</th> |
| 46 | <td>Open full sized image URL</td> |
| 47 | </tr> |
| 48 | <tr> |
| 49 | <th class="center">L</th> |
| 50 | <td>Open tags for editing</td> |
| 51 | </tr> |
| 52 | <tr> |
| 53 | <th class="center">I</th> |
| 54 | <td>Go to index page containing the image being displayed</td> |
| 55 | </tr> |
| 56 | <tr> |
| 57 | <th class="center">F</th> |
| 58 | <td>Favourite image</td> |
| 59 | </tr> |
| 60 | <tr> |
| 61 | <th class="center">U</th> |
| 62 | <td>Upvote image</td> |
| 63 | </tr> |
| 64 | </table> |
| 65 | </div> |