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://ja.wordpress.org/plugins/usher/#description)
 * [レビュー](https://ja.wordpress.org/plugins/usher/#reviews)
 * [開発](https://ja.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 '?').⌉⌊Shortcuts panel (activated with '?').⌉[

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/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/usher/)を [RSS](https://plugins.trac.wordpress.org/log/usher/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 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.15**
 *  PHP バージョン ** 7.0またはそれ以降 **
 *  言語
 * [English (US)](https://wordpress.org/plugins/usher/)
 * タグ
 * [admin](https://ja.wordpress.org/plugins/tags/admin/)[keyboard](https://ja.wordpress.org/plugins/tags/keyboard/)
   [navigation](https://ja.wordpress.org/plugins/tags/navigation/)[shortcuts](https://ja.wordpress.org/plugins/tags/shortcuts/)
 *  [詳細を表示](https://ja.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/)