Title: Usher
Author: Drew Jaynes
Published: <strong>2019-03-24</strong>
Last modified: 2021-07-01

---

Szukaj wtyczek

Wtyczka **nie została przetestowana z trzema ostatnimi głównymi wydaniami WordPressa**.
Może nie być już utrzymywana lub obsługiwana, co może skutkować problemem ze zgodnością
z nowszymi wersjami WordPressa.

![](https://ps.w.org/usher/assets/icon-256x256.png?rev=2059919)

# Usher

 Autor: [Drew Jaynes](https://profiles.wordpress.org/drewapicture/)

[Pobierz](https://downloads.wordpress.org/plugin/usher.1.0.1.zip)

 * [Szczegóły](https://pl.wordpress.org/plugins/usher/#description)
 * [Recenzje](https://pl.wordpress.org/plugins/usher/#reviews)
 * [Rozwój](https://pl.wordpress.org/plugins/usher/#developers)

 [Wsparcie](https://wordpress.org/support/plugin/usher/)

## Opis

Usher brings Gmail-like keyboard shortcuts for navigating around the various core
pages of the WordPress admin.

Additionally, it includes a robust API for registering new global and screen-specific
keyboard shortcuts.

To register new shortcuts, use the Usher\register_shortcut() function. For example:

_Add a shortcut for the EDD Dashboard_

    ```
    Usher\register_shortcut( 'g d', array(
        'label' => __( 'Navigate to the EDD dashboard', 'textdomain' ),
        'url'   => 'edit.php?post_type=download',
        'cap'   => 'manage_shop_settings'
    ) );
    ```

_Add a shortcut for the Jetpack Dashboard_

    ```
    Usher\register_shortcut( 'g j', array(
        'label' => __( 'Navigate to the Jetpack dashboard', 'textdomain' ),
        'url'   => 'admin.php?page=jetpack',
        'cap'   => 'manage_options',
    ) );
    ```

## Zrzuty ekranu

 * [[
 * Shortcuts panel (activated with ’?’).

## Recenzje

Wtyczka nie ma jeszcze żadnej recenzji.

## Kontrybutorzy i deweloperzy

„Usher” jest oprogramowaniem open source. Poniższe osoby miały wkład w rozwój wtyczki.

Zaangażowani

 *   [ Drew Jaynes ](https://profiles.wordpress.org/drewapicture/)

[Przetłumacz wtyczkę “Usher” na swój język.](https://translate.wordpress.org/projects/wp-plugins/usher)

### Interesuje cię rozwój wtyczki?

[Przeglądaj kod](https://plugins.trac.wordpress.org/browser/usher/), sprawdź [repozytorium SVN](https://plugins.svn.wordpress.org/usher/)
lub czytaj [dziennik rozwoju](https://plugins.trac.wordpress.org/log/usher/) przez
[RSS](https://plugins.trac.wordpress.org/log/usher/?limit=100&mode=stop_on_copy&format=rss).

## Rejestr zmian

#### 1.0.1

 * New: Shortcuts can now be registered with fully-qualified URLs
 * Tweak: Updated the Plugins, Updates, and Network Admin screen shortcuts to two
   letters because of the unreliability of three-letter shortcuts
 * Fix: Ensure shortcuts targeted for the current screen get properly bound to the
   Usher JS object

#### 1.0

 * Initial Release

## Meta

 *  Wersja **1.0.1**
 *  Ostatnia aktualizacja **5 lat temu**
 *  Włączone instalacje **Mniej niż 10**
 *  Wersja WordPressa ** 5.0 lub nowszej **
 *  Testowano do **5.8.13**
 *  Wersja PHP ** 7.0 lub nowszej **
 *  Język
 * [English (US)](https://wordpress.org/plugins/usher/)
 * Tagi
 * [admin](https://pl.wordpress.org/plugins/tags/admin/)[keyboard](https://pl.wordpress.org/plugins/tags/keyboard/)
   [navigation](https://pl.wordpress.org/plugins/tags/navigation/)[shortcuts](https://pl.wordpress.org/plugins/tags/shortcuts/)
 *  [Widok zaawansowany](https://pl.wordpress.org/plugins/usher/advanced/)

## Oceny

Nie przesłano jeszcze żadnych recenzji.

[Your review](https://wordpress.org/support/plugin/usher/reviews/#new-post)

[Zobacz wszystkierecenzje.](https://wordpress.org/support/plugin/usher/reviews/)

## Zaangażowani

 *   [ Drew Jaynes ](https://profiles.wordpress.org/drewapicture/)

## Wsparcie

Masz coś do dodania? Potrzebujesz pomocy?

 [Zobacz forum wsparcia](https://wordpress.org/support/plugin/usher/)