Title: Usher
Author: Drew Jaynes
Published: <strong>24 de marzo de 2019</strong>
Last modified: 1 de julio de 2021

---

Buscar plugins

Este plugin **no se ha probado con las últimas 3 versiones mayores de WordPress**.
Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas 
de compatibilidad cuando se usa con las versiones más recientes de WordPress.

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

# Usher

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

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

 * [Detalles](https://ve.wordpress.org/plugins/usher/#description)
 * [Valoraciones](https://ve.wordpress.org/plugins/usher/#reviews)
 * [Desarrollo](https://ve.wordpress.org/plugins/usher/#developers)

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

## Descripción

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

## Capturas

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

## Reseñas

No hay reseñas para este plugin.

## Colaboradores y desarrolladores

«Usher» es un software de código abierto. Las siguientes personas han colaborado
con este plugin.

Colaboradores

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

[Traduce «Usher» a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/usher)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/usher/) , echa un 
vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/usher/) o suscríbete
al [registro de desarrollo](https://plugins.trac.wordpress.org/log/usher/) por [RSS](https://plugins.trac.wordpress.org/log/usher/?limit=100&mode=stop_on_copy&format=rss).

## Registro de cambios

#### 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**
 *  Last updated **hace 5 años**
 *  Active installations **Menos de 10**
 *  WordPress version ** 5.0 o superior **
 *  Tested up to **5.8.13**
 *  PHP version ** 7.0 o superior **
 *  Language
 * [English (US)](https://wordpress.org/plugins/usher/)
 * Tags
 * [admin](https://ve.wordpress.org/plugins/tags/admin/)[keyboard](https://ve.wordpress.org/plugins/tags/keyboard/)
   [navigation](https://ve.wordpress.org/plugins/tags/navigation/)[shortcuts](https://ve.wordpress.org/plugins/tags/shortcuts/)
 *  [Vista avanzada](https://ve.wordpress.org/plugins/usher/advanced/)

## Valoraciones

No reviews have been submitted yet.

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

[See all reviews](https://wordpress.org/support/plugin/usher/reviews/)

## Colaboradores

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

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/usher/)