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

---

搜索插件

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的WordPress一起
使用时，可能不再受到维护或支持，并且可能会存在兼容性问题。

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

# Usher

 作者：[Drew Jaynes](https://profiles.wordpress.org/drewapicture/)

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

 * [详情](https://cn.wordpress.org/plugins/usher/#description)
 * [评价](https://cn.wordpress.org/plugins/usher/#reviews)
 * [开发进展](https://cn.wordpress.org/plugins/usher/#developers)

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

## 描述

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

## 屏幕截图

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

## 评价

此插件暂无评价。

## 贡献者及开发者

「Usher」是开源软件。 以下人员对此插件做出了贡献。

贡献者

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

[帮助将「Usher」翻译成简体中文。](https://translate.wordpress.org/projects/wp-plugins/usher)

### 对开发感兴趣吗?

您可以[浏览代码](https://plugins.trac.wordpress.org/browser/usher/)，查看[SVN仓库](https://plugins.svn.wordpress.org/usher/)，
或通过[RSS](https://plugins.trac.wordpress.org/log/usher/?limit=100&mode=stop_on_copy&format=rss)
订阅[开发日志](https://plugins.trac.wordpress.org/log/usher/)。

## 更新日志

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

## 额外信息

 *  版本 **1.0.1**
 *  最后更新：**5 年前**
 *  活跃安装数量 **不到10**
 *  WordPress 版本 ** 5.0 或更高版本 **
 *  已测试的最高版本为 **5.8.13**
 *  PHP 版本 ** 7.0 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/usher/)
 * 标签
 * [admin](https://cn.wordpress.org/plugins/tags/admin/)[keyboard](https://cn.wordpress.org/plugins/tags/keyboard/)
   [navigation](https://cn.wordpress.org/plugins/tags/navigation/)[shortcuts](https://cn.wordpress.org/plugins/tags/shortcuts/)
 *  [高级视图](https://cn.wordpress.org/plugins/usher/advanced/)

## 评级

尚未提交反馈。

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

[查看全部评论](https://wordpress.org/support/plugin/usher/reviews/)

## 贡献者

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

## 支持

有话要说吗？是否需要帮助？

 [查看支持论坛](https://wordpress.org/support/plugin/usher/)