Αυτό το πρόσθετο δεν έχει δοκιμασθεί με τις 3 τελευταίες κύριες εκδόσεις του WordPress. Μπορεί να μην αναπτύσσεται ή να υποστηρίζεται άλλο και να έχει προβλήματα συμβατότητας με τις πιο πρόσφατες εκδόσεις του WordPress.

Prev-Next Keyboard Navigation

Περιγραφή

Prev-Next Keyboard Navigation adds javascript to allow moving through postings on index and archive pages using the J/K keys to skip to the next or previous post.

A “post” is defined as any DIV with the class “post”.

Features

  • Scrolls the current post to the top
  • View next post with “J”, previous post with “K”
  • After the last post on a page, continues to the next page

Planned features:

  • Allow admins to define custom classnames to match for posts

Εγκατάσταση

  1. Download the Keyboard Navigation zip file.
  2. Extract the files to your WordPress plugins directory.
  3. Activate the plugin via the WordPress Plugins tab.

Συχνές Ερωτήσεις

none

Κριτικές

Δεν υπάρχουν αξιολογήσεις για αυτό το πρόσθετο.

Συνεισφέροντες & Προγραμματιστές

“Prev-Next Keyboard Navigation” είναι λογισμικό ανοιχτού κώδικα. Οι παρακάτω έχουν συνεισφέρει στη δημιουργία του.

Συντελεστές

Σύνοψη αλλαγών

0.6

  • Fixed the algorythm to account for fractional scrollTop property in Firefox

0.5

  • Adds a listener to page scroll event, to update the position for keyboard navigation

0.4

  • Continues to next page when you pass the last (or first) post on the current page

0.3

  • Moved javascript to separate file
  • Added jQuery
  • Fixed scrolltop
  • Tested on Windows Vista in Firefox 3, Internet Explorer 7, Google Chrome 3, Safari 4

0.2

  • Don’t add key navigation on single posts
  • Don’t function on keypress inside of textarea or input elements

0.1

  • Initial version.