This shows you the differences between two versions of the page.
|
xfce:xfce4-appfinder:examples [2012/09/08 12:22] nick [Examples] |
xfce:xfce4-appfinder:examples [2013/05/19 11:00] (current) mike Put component=Examples in the URL |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Custom Action Examples ====== | ====== Custom Action Examples ====== | ||
| - | Below samples of custom commands to get you started. If you have have a clever example, you can submit it in the [[https://bugzilla.xfce.org/enter_bug.cgi?product=Xfce4-appfinder|bug tracker]] under the **Examples** component. | + | Below samples of custom commands to get you started. If you have have a clever example, you can submit it in the [[https://bugzilla.xfce.org/enter_bug.cgi?product=Xfce4-appfinder&component=Examples|bug tracker]]. |
| ===== Examples ===== | ===== Examples ===== | ||
| Line 7: | Line 7: | ||
| ^ Description ^ Type ^ Pattern ^ Command ^ | ^ Description ^ Type ^ Pattern ^ Command ^ | ||
| | Open directories | Prefix | ''<nowiki>/</nowiki>'' | ''<nowiki>exo-open --launch FileManager %S</nowiki>'' | | | Open directories | Prefix | ''<nowiki>/</nowiki>'' | ''<nowiki>exo-open --launch FileManager %S</nowiki>'' | | ||
| + | | Swap keyboard layout to US | Prefix | ''<nowiki>us</nowiki>'' | ''<nowiki>setxkbmap us</nowiki>'' | | ||