KWin Rules Window Matching/da: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
(Importing a new version from external source)
Line 34: Line 34:
* <menuchoice>Matcher delstreng</menuchoice>
* <menuchoice>Matcher delstreng</menuchoice>


{{Note|Both <menuchoice>Exact Match</menuchoice> and <menuchoice>Substring Match</menuchoice> implement case insensitive matching. For example, ''AB'' matches the string ''AB'', ''ab'', ''Ab'' and ''aB''.}}
{{Note/da|Både <menuchoice>Nøjagtigt match</menuchoice> og <menuchoice>Matcher delstreng</menuchoice> giver en matchning, som ikke skelner imellem store og små bogstaver. For eksempel vil ''AB'' matche strengene ''AB'', ''ab'', ''Ab'' og ''aB''.}}


* <menuchoice>Regular Expression</menuchoice> - Qt's regular expressions are implemented - see [http://doc.qt.nokia.com/latest/qregexp.html pattern matching using regular expressions].
* <menuchoice>Regular Expression</menuchoice> - Qt's regular expressions are implemented - see [http://doc.qt.nokia.com/latest/qregexp.html pattern matching using regular expressions].

Revision as of 20:16, 8 March 2012

Other languages:



Vindue-matchning

Fanebladet Vindue-matchning bruges tilat angive de kriterier, som KWin bruger til at bestemme, om reglen skal anvendes på et givet vindue.

Ingen eller flere af de følgende kan angives (hvis ingen angives, så matches ethvert vindue):

  • Vinduesklasse (program) — matcher klassen
    • Match hel vinduesklasse — medtag matvhning af sekundær klasse..
  • Vinduesrolle — begræns matchning til vinduets funktion (fx main window eller chat window)
  • Vinduestyper — begræns matchning til en vinduestype: Normalt vindue, Dialogvindue osv.
  • Vinduestitel - begræns matchning til en vinduestitel.
  • Maskine (værtsnavn) — begræns matchning til et værtsnavn knyttet til vinduet.

Tip

Selv om det er muligt at angive ovennævnte information, så er den foretrukne metode at bruge knappen Detektér vinduesegenskaber.


For hvert felt kan følgende operatorer anvendes på feltets værdi:

  • Ikke vigtig %mdash; ignorér feltet.
  • Nøjagtigt match
  • Matcher delstreng

Note

Både Nøjagtigt match og Matcher delstreng giver en matchning, som ikke skelner imellem store og små bogstaver. For eksempel vil AB matche strengene AB, ab, Ab og aB.


Detect Window Properties

The Detect Window Properties function simplifies the process of entering the matching-criteria.

  1. For the application you'd like to create a rule, start the application.
  2. Next, in the Window matching tab, set the number of seconds of delay before the Detect Window Properties function starts. The default is zero seconds.
  3. Click on Detect Window Properties and
  4. When the mouse-cursor turns to cross-hairs, place it inside the application window (not the title bar) and left-click.
  5. A new window is presented with information about the selected window. Select the desired fields:
    • Secondary class name - some applications have a secondary class name. This value can be used to restrict windows by this value.
    • Window role
    • Window type
    • Window title

Click the OK button to back-fill the Window Matching criteria.

By using a combination of the information, a rule can apply to an entire application (by Class) or a to a specific window Type within the Class - say a Toolbar.