Tutorials/hotkeys/da: Difference between revisions

From KDE UserBase Wiki
(Created page with "Vejledning/Hurtigtaster")
 
(Created page with "I KDE kan du få enhver tast eller tastekombination til at udløse en handling på din computer. For eksempel: Når jeg holder pause fra mit arbejde, så vil jeg have min skæ...")
Line 1: Line 1:
<languages />
<languages />


With KDE you can set any key or a combination of keys to trigger an action on your computer. As an example: when I ''pause'' my work I want to lock my screen with the <keycap>Pause</keycap> key so my colleagues cannot [http://zvon.org/comp/r/ref-Jargon_file.html#Terms~baggy_pantsing baggy-pants] me. Here is how to do that.
I KDE kan du få enhver tast eller tastekombination til at udløse en handling på din computer. For eksempel: Når jeg holder pause fra mit arbejde, så vil jeg have min skærm låst ved at taste <keycap>Pause</keycap>, sådan at mine kolleger ikke kan[http://zvon.org/comp/r/ref-Jargon_file.html#Terms~baggy_pantsing baggy-pantser] mig.


* [http://www.linuxintro.org/wiki/oPen_a_conSole open a console]
* [http://www.linuxintro.org/wiki/oPen_a_conSole open a console]

Revision as of 05:59, 28 January 2015

Other languages:

I KDE kan du få enhver tast eller tastekombination til at udløse en handling på din computer. For eksempel: Når jeg holder pause fra mit arbejde, så vil jeg have min skærm låst ved at taste Pause, sådan at mine kolleger ikke kanbaggy-pantser mig.

  • call the command systemsettings
  • select Shortcuts and Gestures -> Custom Shortcuts -> Edit -> New -> Global Shortcut -> Command/URL and enter Pause

  • In the Trigger tab, click on None
  • press the Pause key
  • go to the Action tab
  • enter
qdbus org.kde.screensaver /ScreenSaver org.freedesktop.ScreenSaver.Lock

or (whatever works)

/usr/lib64/kde4/libexec/kscreenlocker_greet

or (whatever works)

/usr/lib64/kde4/libexec/kscreenlocker --forcelock
  • click Apply
  • test it by pressing the Pause key

See also