Plasma/Krunner/de: Difference between revisions

From KDE UserBase Wiki
(Created page with 'Es ist auch möglich, kompliziertere Ausdrücke zu berechnen, wie <code>=sqrt(4) + 32 * sin(60)</code>')
(Created page with '=== Verwendung als Anwendungsstarter ===')
Line 18: Line 18:
Es ist auch möglich, kompliziertere Ausdrücke zu berechnen, wie <code>=sqrt(4) + 32 * sin(60)</code>
Es ist auch möglich, kompliziertere Ausdrücke zu berechnen, wie <code>=sqrt(4) + 32 * sin(60)</code>
<span id="Using as an application launcher"></span>
<span id="Using as an application launcher"></span>
===Using as an application launcher===  
=== Verwendung als Anwendungsstarter ===  


This you probably already knew, Krunner can also launch applications.  Start Krunner (Alt+F2) and type the name of the application you want to run.
This you probably already knew, Krunner can also launch applications.  Start Krunner (Alt+F2) and type the name of the application you want to run.

Revision as of 14:35, 17 September 2010

Grundlegende Steuerung

KRunner-Syntax

Das '?'-Symbol rechts neben dem Eingabefeld erklärt die Syntax aller aktiven Runner-Module. Blättern Sie durch die Hilfe, um alle möglichen Schlüsselwörter zu sehen, die die Runner verstehen.

Navigieren durch die Ergebnisse

Wenn eine Suche mehr als ein Ergebnis liefert, können Sie sich mit Tab bzw. Umschalt+Tab und den Pfeiltasten vorwärts und rückwärts durch die Ergebnisliste bewegen und die Eingabetaste oder die Maus verwenden, um ein Ergebnis auszuwählen.

Die Funktionen von KRunner

Verwendung als Taschenrechner

Sie können KRunner als Taschenrechner verwenden. Drücken Sie einfach Alt+F2 und geben Sie den Ausdruck ein, den Sie auswerten möchten, wie z.B. 32*12= oder =32*12. Sie können das =-Zeichen vor oder nach dem Ausdruck eingeben.

Es ist auch möglich, kompliziertere Ausdrücke zu berechnen, wie =sqrt(4) + 32 * sin(60)

Verwendung als Anwendungsstarter

This you probably already knew, Krunner can also launch applications. Start Krunner (Alt+F2) and type the name of the application you want to run.

Running BASH commands

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.