Home
Packages
Forums
Wiki
GitLab
Security
AUR
Download
コンテンツにスキップ
メインメニュー
メインメニュー
サイドバーに移動
非表示
案内
メインページ
目次
コミュニティに貢献
最近の出来事
おまかせ表示
特別ページ
交流
ヘルプ
貢献
最近の更新
最近の議論
新しいページ
統計
リクエスト
ArchWiki
検索
検索
表示
アカウント作成
ログイン
個人用ツール
アカウント作成
ログイン
KRunnerのソースを表示
ページ
議論
日本語
閲覧
ソースを閲覧
履歴を表示
ツール
ツール
サイドバーに移動
非表示
操作
閲覧
ソースを閲覧
履歴を表示
全般
リンク元
関連ページの更新状況
ページ情報
表示
サイドバーに移動
非表示
←
KRunner
あなたには「このページの編集」を行う権限がありません。理由は以下の通りです:
この操作は、次のグループに属する利用者のみが実行できます:
登録利用者
。
このページのソースの閲覧やコピーができます。
[[Category:アプリケーションランチャー]] [[Category:KDE]] [[en:KRunner]] {{Related articles start}} {{Related|KDE}} {{Related articles end}} [https://userbase.kde.org/Plasma/Krunner KRunner] は [[Plasma]] 5に組み込まれたアプリケーションで、機能を実行したりコマンドを実行したりすることができます。また、使用可能な機能をカスタマイズするための "runner" システムも備えています。 == インストール == {{Pkg|krunner}} パッケージを [[ヘルプ:読み方#パッケージのインストール|インストール]] してください。 == 使い方 == Plasma で KRunner を開くには、デスクトップを右クリックして "run command" を押すか、デフォルトのキー割り当て {{ic|Alt+Space}} または {{ic|Alt+F2}} を使用します。空白のデスクトップなど一部のワークスペースでは、入力を開始すると自動的に KRunner が起動します。 == Meta キーで KRunner を開く == KRunner を開くショートカットとして Metaキーを設定するには、次のコマンドを実行します。 {{bc|<nowiki>kwriteconfig5 --file kwinrc --group ModifierOnlyShortcuts --key Meta "org.kde.krunner,/App,,display" </nowiki>}} 変更を現在のセッションに適用するには、次のコマンドで KWin を再起動します。 {{bc|<nowiki>kwin_x11 --replace # For X11 kwin_wayland --replace # For wayland</nowiki>}} == Switch active windows == Plasma 5 doesn't contain default way to specify krunner search only by active window titles. Following approaches are used to work around this issue. ==== Full list of windows with search by titles ==== This approach will require {{pkg|xdotool}}. # Go to ''System Settings > Workspace > Shortcuts > Custom Shortcuts''. # Create new Global shortcut -> Command/URL (by right click) # Tick the checkbox to the right of the name. # In Trigger tab select the desired key combination. # In Action tab type {{ic|/usr/local/bin/krunner-search-by-windows.sh}} # Create file {{ic|/usr/local/bin/krunner-search-by-windows.sh}} with the following content: {{bc|<nowiki>#!/bin/bash qdbus org.kde.krunner /App querySingleRunner windows "" sleep 0.2 xdotool type 'window ' xdotool key "shift+BackSpace"</nowiki>}} # Make file executable and give run permission to all {{bc|chmod a+x /usr/local/bin/krunner-search-by-windows.sh}} Note the space after {{ic|window}}. Now you're able to get list of opened windows by specified shortcut and search by this list as you type; ==== Search by titles without full windows list ==== This approach is more limited but far less ugly. # Go to ''System Settings > Workspace > Shortcuts > Custom Shortcuts''. # Create new Global shortcut -> D-bus Command (by right click) # Tick the checkbox to the right of the name # In Trigger tab select desired key combination # In Action tab insert following information: - Remote application : org.kde.krunner - Remote Object : /App - Function : querySingleRunner - Arguments : windows "" == See also == [https://userbase.kde.org/Plasma/Krunner KRunner on KDE UserBase Wiki]
このページで使用されているテンプレート:
テンプレート:Bc
(
ソースを閲覧
)
テンプレート:Ic
(
ソースを閲覧
)
テンプレート:META Related articles start
(
ソースを閲覧
)
テンプレート:Pkg
(
ソースを閲覧
)
テンプレート:Related
(
ソースを閲覧
)
テンプレート:Related articles end
(
ソースを閲覧
)
テンプレート:Related articles start
(
ソースを閲覧
)
KRunner
に戻る。
検索
検索
KRunnerのソースを表示
話題を追加