Title: Usher
Author: Drew Jaynes
Published: <strong>24. März 2019</strong>
Last modified: 1. Juli 2021

---

Plugins durchsuchen

Dieses Plugin **ist nicht mit den jüngsten 3 Hauptversionen von WordPress** getestet
worden. Es wird möglicherweise nicht mehr gewartet oder unterstützt und kann Kompatibilitätsprobleme
haben, wenn es mit neueren Versionen von WordPress verwendet wird.

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

# Usher

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

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

 * [Details](https://de.wordpress.org/plugins/usher/#description)
 * [Rezensionen](https://de.wordpress.org/plugins/usher/#reviews)
 * [Entwicklung](https://de.wordpress.org/plugins/usher/#developers)

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

## Beschreibung

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',
    ) );
    ```

## Screenshots

 * [[
 * Shortcuts panel (activated with ‚?‘).

## Rezensionen

Für dieses Plugin gibt es keine Rezensionen.

## Mitwirkende und Entwickler

„Usher“ ist Open-Source-Software. Folgende Menschen haben an diesem Plugin mitgewirkt:

Mitwirkende

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

[Übersetze „Usher“ in deine Sprache.](https://translate.wordpress.org/projects/wp-plugins/usher)

### Interessiert an der Entwicklung?

[Durchstöbere den Code](https://plugins.trac.wordpress.org/browser/usher/), sieh
dir das [SVN-Repository](https://plugins.svn.wordpress.org/usher/) an oder abonniere
das [Entwicklungsprotokoll](https://plugins.trac.wordpress.org/log/usher/) per [RSS](https://plugins.trac.wordpress.org/log/usher/?limit=100&mode=stop_on_copy&format=rss).

## Änderungsprotokoll

#### 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

 *  Version **1.0.1**
 *  Zuletzt aktualisiert **vor 5 Jahren**
 *  Aktive Installationen **weniger als 10**
 *  WordPress-Version ** 5.0 oder höher **
 *  Getestet bis **5.8.13**
 *  PHP-Version ** 7.0 oder höher **
 *  Sprache
 * [English (US)](https://wordpress.org/plugins/usher/)
 * Schlagwörter
 * [admin](https://de.wordpress.org/plugins/tags/admin/)[keyboard](https://de.wordpress.org/plugins/tags/keyboard/)
   [navigation](https://de.wordpress.org/plugins/tags/navigation/)[shortcuts](https://de.wordpress.org/plugins/tags/shortcuts/)
 *  [Erweiterte Ansicht](https://de.wordpress.org/plugins/usher/advanced/)

## Bewertungen

Es wurden noch keine Rezensionen eingereicht.

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

[Alle Rezensionen anzeigen](https://wordpress.org/support/plugin/usher/reviews/)

## Mitwirkende

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

## Support

Möchtest du etwas mitteilen? Brauchst du Unterstützung?

 [Support-Forum anzeigen](https://wordpress.org/support/plugin/usher/)