|
1.
|
|
|
Command to execute
|
|
|
|
実行するコマンド
|
|
Translated and reviewed by
Fumiaki Okushi
|
|
|
|
Located in
kstart.cpp:255
|
|
2.
|
|
|
A regular expression matching the window title
|
|
|
|
ウィンドウタイトルにマッチする正規表現
|
|
Translated and reviewed by
Yukiko Bando
|
Shared: |
|
正規表現はウィンドウ・タイトルと一致しています
|
|
|
Suggested by
Fumiaki Okushi
|
|
|
|
Located in
kstart.cpp:257
|
|
3.
|
|
|
A string matching the window class (WM_CLASS property)
The window class can be found out by running
'xprop | grep WM_CLASS' and clicking on a window
(use either both parts separated by a space or only the right part).
NOTE: If you specify neither window title nor window class,
then the very first window to appear will be taken;
omitting both options is NOT recommended.
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
ウィンドウクラス (WM_CLASS プロパティ) にマッチする文字列
ウィンドウクラスを知るには 'xprop | grep WM_CLASS' を実行し
ウィンドウをクリックします。
(スペースを挟んで両方指定するか、右側だけ指定)
注: ウィンドウタイトルもウィンドウクラスも指定しない場合、
一番最初に現れたウィンドウが使われます。
両方のオプションの省略は推奨されません。
|
|
Translated and reviewed by
Yukiko Bando
|
|
|
|
Located in
kstart.cpp:258
|
|
4.
|
|
|
Desktop on which to make the window appear
|
|
|
|
ウィンドウを表示するデスクトップ
|
|
Translated and reviewed by
Fumiaki Okushi
|
|
|
|
Located in
kstart.cpp:265
|
|
5.
|
|
|
Make the window appear on the desktop that was active
when starting the application
|
|
|
represents a line break.
Start a new line in the equivalent position in the translation.
|
|
|
|
アプリケーションを起動する際にアクティブなデスクトップに
ウィンドウを表示
|
|
Translated and reviewed by
Fumiaki Okushi
|
|
|
|
Located in
kstart.cpp:266
|
|
6.
|
|
|
Make the window appear on all desktops
|
|
|
|
ウィンドウをすべてのデスクトップに表示
|
|
Translated and reviewed by
Fumiaki Okushi
|
|
|
|
Located in
kstart.cpp:267
|
|
7.
|
|
|
Iconify the window
|
|
|
|
ウィンドウをアイコン化
|
|
Translated and reviewed by
Fumiaki Okushi
|
|
|
|
Located in
kstart.cpp:268
|
|
8.
|
|
|
Maximize the window
|
|
|
|
ウィンドウを最大化
|
|
Translated and reviewed by
Fumiaki Okushi
|
|
|
|
Located in
kstart.cpp:269
|
|
9.
|
|
|
Maximize the window vertically
|
|
|
|
ウィンドウを垂直に最大化
|
|
Translated and reviewed by
Fumiaki Okushi
|
|
|
|
Located in
kstart.cpp:270
|
|
10.
|
|
|
Maximize the window horizontally
|
|
|
|
ウィンドウを水平に最大化
|
|
Translated and reviewed by
Fumiaki Okushi
|
|
|
|
Located in
kstart.cpp:271
|