Title: Usher
Author: Drew Jaynes
Published: <strong>24. 3. 2019</strong>
Last modified: 1. 7. 2021

---

Prohledat pluginy

Plugin **nebyl testován na 3 nejnovějších verzích WordPressu.** Nemusí už být tedy
podporován a u novějších verzí WordPressu může mít problémy s kompatibilitou a může
být nestabilní.

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

# Usher

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

[Stáhnout](https://downloads.wordpress.org/plugin/usher.1.0.1.zip)

 * [Podrobnosti](https://cs.wordpress.org/plugins/usher/#description)
 * [Hodnocení](https://cs.wordpress.org/plugins/usher/#reviews)
 * [Vývojáři](https://cs.wordpress.org/plugins/usher/#developers)

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

## Popis

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

## Snímky obrazovky

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

## Recenze

Pro tento plugin nejsou žádné recenze.

## Autoři

Usher je otevřený software. Následující lidé přispěli k vývoji tohoto pluginu.

Spolupracovníci

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

[Přeložte “Usher” do svého jazyka.](https://translate.wordpress.org/projects/wp-plugins/usher)

### Zajímá vás vývoj?

[Prohledejte kód](https://plugins.trac.wordpress.org/browser/usher/), podívejte 
se do [SVN repozitáře](https://plugins.svn.wordpress.org/usher/), nebo se přihlaste
k[ odběru protokolu vývoje](https://plugins.trac.wordpress.org/log/usher/) pomocí
[RSS](https://plugins.trac.wordpress.org/log/usher/?limit=100&mode=stop_on_copy&format=rss).

## Přehled změn

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

 *  Verze **1.0.1**
 *  Poslední aktualizace **před 5 roky**
 *  Aktivních instalací **Méně než 10**
 *  Verze WordPressu ** 5.0 nebo novější **
 *  Testováno až do WordPressu **5.8.13**
 *  Verze PHP ** 7.0 nebo novější **
 *  Jazyk
 * [English (US)](https://wordpress.org/plugins/usher/)
 * Štítky
 * [admin](https://cs.wordpress.org/plugins/tags/admin/)[keyboard](https://cs.wordpress.org/plugins/tags/keyboard/)
   [navigation](https://cs.wordpress.org/plugins/tags/navigation/)[shortcuts](https://cs.wordpress.org/plugins/tags/shortcuts/)
 *  [Podrobnosti](https://cs.wordpress.org/plugins/usher/advanced/)

## Hodnocení

Zatím nebyly zadány žádné recenze.

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

[Zobrazit všechny recenze](https://wordpress.org/support/plugin/usher/reviews/)

## Spolupracovníci

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

## Podpora

Potřebujete pomoc?

 [Fórum podpory](https://wordpress.org/support/plugin/usher/)