Klipper/How to search in phone books using Klipper/it: Difference between revisions
Appearance
< Klipper
Importing a new version from external source |
Importing a new version from external source |
||
Line 7: | Line 7: | ||
== Come fa? == | == Come fa? == | ||
'''Klipper''' | '''Klipper''' offre "azioni" per questo. | ||
As precondition '''Klipper''' needs to be active and must be visible as a tray icon in the panel. | As precondition '''Klipper''' needs to be active and must be visible as a tray icon in the panel. |
Revision as of 16:23, 7 April 2011
Klipper può cercare un numero di telefono evidenziato nelle rubriche telefoniche. Puoi anche evidenziare un numero di telefono in una qualsiasi applicazione, per esempio in un sito web.
![](/images.userbase/thumb/e/e8/Klipper-tut-2.png/400px-Klipper-tut-2.png)
Come fa?
Klipper offre "azioni" per questo.
As precondition Klipper needs to be active and must be visible as a tray icon in the panel.
Call up the
dialog and add action:Regular expression for action:
^[\s]*[0+][\d]{2,2}[-/\d\s]{4,16}[\s]*
Now you need to add two commands for added action:
Command 1 (all on one line):
kfmclient openURL "http://www.dastelefonbuch.de/?pid=OpenSearch&cmd=search&kw=%s&le=de"
Description for command 1:
Phonebook search, Konqueror
Command 2 (all on one line):
ps x|grep -q '[f]irefox' && firefox -remote openURL\("http://www.dastelefonbuch.de/?pid=OpenSearch&cmd=search&kw=%s&le=de", new-window\) || firefox "http://www.dastelefonbuch.de/?pid=OpenSearch&cmd=search&kw=%s&le=de"
Description for command 2:
Phonebook search, Firefox
After that it should look like this:
![](/images.userbase/thumb/e/eb/Klipper-tut-1.png/400px-Klipper-tut-1.png)
After highlighting a phone number on a web site a small window appears und you will be prompted to select an action. See screenshot at beginning of page.