Plasma/Krunner/it: Difference between revisions

From KDE UserBase Wiki
(Created page with 'Questo probabilmente già lo sapevi, Krunner può anche avviare applicazioni. Avvia Krunner (Alt+F2) e digita il nome dell'applicazione che vuoi eseguire.')
(Created page with '===Esecuzione di comandi BASH===')
Line 22: Line 22:
Questo probabilmente già lo sapevi, Krunner può anche avviare applicazioni. Avvia Krunner (Alt+F2) e digita il nome dell'applicazione che vuoi eseguire.
Questo probabilmente già lo sapevi, Krunner può anche avviare applicazioni. Avvia Krunner (Alt+F2) e digita il nome dell'applicazione che vuoi eseguire.


===Running BASH commands===  
===Esecuzione di comandi BASH===  


In addition to applications Krunner also recognizes all binaries throughout your system.  You can use this ability to run bash commands such as cp, mv, etc.
In addition to applications Krunner also recognizes all binaries throughout your system.  You can use this ability to run bash commands such as cp, mv, etc.

Revision as of 13:54, 12 August 2010

Controllo di base

Sintassi di Krunner

L'icona '?' a destra della casella di testo spiega la sintassi di ognuno dei Runner attivi. Scorri per vedere tutte le possibili parole chiave e le sintassi riconosciute dai Runner.

Navigare tra i risultati

Quando una ricerca porta a più di un risultato, oltre all'utilizzo del mouse, puoi utilizzare Tab/Tab+Shift e i tasti freccia per muoverti avanti e indietro nell'elenco dei risultati e quindi utilizzare Invio per selezionare un risultato.

Esplorando le funzioni di KRunner

Utilizzo come calcolatrice

Puoi utilizzare Krunner come una calcolatrice. Premi semplicemente Alt+F2 e digita l'espressione che vuoi valutare come per esempio 32*12= o =32*12. Puoi mettere il segno = prima o dopo l'espressione.

È possibile valutare espressioni più sofisticate come: =sqrt(4) + 32 * sin(60)

Utilizzo come lanciatore di applicazioni

Questo probabilmente già lo sapevi, Krunner può anche avviare applicazioni. Avvia Krunner (Alt+F2) e digita il nome dell'applicazione che vuoi eseguire.

Esecuzione di comandi BASH

In addition to applications Krunner also recognizes all binaries throughout your system. You can use this ability to run bash commands such as cp, mv, etc.

To do so, start Krunner (Alt+F2) and type the commands just as you would in Konsole:

cp ~/Documents/myFile ~/myFile  (not a useful example but you get the idea)

Launching websites

Enter a URL - http://www.somewhere.com - and the page will pop up in your browser.

Using web shortcuts

You can also use web shortcuts with KRunner. Example: gg:some-term will bring up Google search results.

In order to use a web shortcut, first make sure it exists and is checked. You can manage them through Konqueror's configuration, Rekonq's, or try writting Web Shortcuts in KRunner.

KRunner as a unit converter

KRunner can help you convert numbers from one unit to another for area, length, mass, speed and volume in KDE SC 4.2 and currency, energy, pressure and temperature in KDE SC 4.3. For each category, a default unit is set.

Example: 6 feet in meters will output 1.8288 m.

When you don't give the target unit, conversion is done automatically into default unit of the category.

Example: 10 acres will output 40469 m².

Controlling Power Management via PowerDevil addon

It is possible to control the various PowerDevil options via Krunner:

  • power profile brings up available profiles.
  • screen brightness turns off or dims screen.
  • screen brightness <percent> sets the brightness percent of the screen.
  • suspend brings up suspend options.
  • power governor sets the cpu governor.
  • power scheme sets the power scheme.