Tutorials/hotkeys: Difference between revisions

From KDE UserBase Wiki
(Created page with "To set your PAUSE key to lock the screen under KDE, * open a console * call the command systemsettings * select "Shortcuts and Gestures" -> "Custom Shortcuts" -> "Ed...")
 
(Marked this version for translation)
(4 intermediate revisions by 2 users not shown)
Line 1: Line 1:
To set your PAUSE key to lock the screen under KDE,
<languages />
<translate>


* [[open a console]]
<!--T:1-->
* call the [[command]]
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.
systemsettings
* select "Shortcuts and Gestures" -> "Custom Shortcuts" -> "Edit" -> "New" -> "Global Shortcut" -> "Command/URL" -> enter "Pause"


<!--T:2-->
* [http://www.linuxintro.org/wiki/oPen_a_conSole open a console]
<!--T:3-->
* call the command <code>systemsettings</code>
<!--T:4-->
* select <menuchoice>Shortcuts and Gestures -> Custom Shortcuts -> Edit -> New -> Global Shortcut -> Command/URL</menuchoice> and enter <code>Pause</code>
<!--T:5-->
[[File:Snapshot-pause-key.png|500px]]
[[File:Snapshot-pause-key.png|500px]]


* click on Trigger -> "None"
<!--T:6-->
* type the PAUSE key
* In the <menuchoice>Trigger</menuchoice> tab, click on <menuchoice>None</menuchoice>
* click on "Action"
 
<!--T:7-->
* press the <keycap>Pause</keycap> key
 
<!--T:8-->
* go to the <menuchoice>Action</menuchoice> tab
 
<!--T:9-->
* enter
* enter
qdbus org.kde.screensaver /ScreenSaver org.freedesktop.ScreenSaver.Lock
{{Input|1=qdbus org.kde.screensaver /ScreenSaver org.freedesktop.ScreenSaver.Lock}}
or (whatever works)
or (whatever works)
/usr/lib64/kde4/libexec/kscreenlocker_greet
{{Input|1=/usr/lib64/kde4/libexec/kscreenlocker_greet}}
or (whatever works)
or (whatever works)
/usr/lib64/kde4/libexec/kscreenlocker --forcelock
{{Input|1=/usr/lib64/kde4/libexec/kscreenlocker --forcelock}}
* click "Apply"
 
* test it by pressing the PAUSE key
<!--T:10-->
* click <menuchoice>Apply</menuchoice>
 
<!--T:11-->
* test it by pressing the <keycap>Pause</keycap> key
 
= See also = <!--T:12-->
 
<!--T:13-->
* [http://www.linuxintro.org/wiki/Configure_your_PAUSE_key_to_lock_the_screen source of this page]


= See also =
<!--T:14-->
* [[keyboard]]
[[Category:Tutorials]]
* [[Configure your multimedia keys]]
</translate>
* [[first steps after installing Linux]]
* [[first steps on Linux]]

Revision as of 15:42, 8 November 2014

Other 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 Pause key so my colleagues cannot baggy-pants me. Here is how to do that.

  • 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