Tutorials/hotkeys: Difference between revisions
(link to an explanation how to open a console) |
(Added formatting and translation tags, split long list, added category) |
||
Line 1: | Line 1: | ||
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 | <languages /> | ||
<translate> | |||
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. | |||
* [http://www.linuxintro.org/wiki/oPen_a_conSole open a console] | * [http://www.linuxintro.org/wiki/oPen_a_conSole open a console] | ||
* call the command | |||
* call the command <code>systemsettings</code> | |||
* select | |||
* select <menuchoice>Shortcuts and Gestures -> Custom Shortcuts -> Edit -> New -> Global Shortcut -> Command/URL</menuchoice> and enter <code>Pause</code> | |||
[[File:Snapshot-pause-key.png|500px]] | [[File:Snapshot-pause-key.png|500px]] | ||
* click on | * In the <menuchoice>Trigger</menuchoice> tab, click on <menuchoice>None</menuchoice> | ||
* | |||
* | * press the <keycap>Pause</keycap> key | ||
* go to the <menuchoice>Action</menuchoice> tab | |||
* enter | * enter | ||
{{Input|1=qdbus org.kde.screensaver /ScreenSaver org.freedesktop.ScreenSaver.Lock}} | |||
or (whatever works) | or (whatever works) | ||
{{Input|1=/usr/lib64/kde4/libexec/kscreenlocker_greet}} | |||
or (whatever works) | or (whatever works) | ||
{{Input|1=/usr/lib64/kde4/libexec/kscreenlocker --forcelock}} | |||
* click | |||
* test it by pressing the | * click <menuchoice>Apply</menuchoice> | ||
* test it by pressing the <keycap>Pause</keycap> key | |||
= See also = | = See also = | ||
* [http://www.linuxintro.org/wiki/Configure_your_PAUSE_key_to_lock_the_screen source of this page] | * [http://www.linuxintro.org/wiki/Configure_your_PAUSE_key_to_lock_the_screen source of this page] | ||
[[Category:Tutorials]] | |||
</translate> |
Revision as of 15:42, 8 November 2014
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
Pause
and enter
- In the tab, click on
- press the Pause key
- go to the 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
- test it by pressing the Pause key