Tutorials/hotkeys: Difference between revisions

From KDE UserBase Wiki
m (formatting)
m (formatting)
Line 6: Line 6:


<!--T:2-->
<!--T:2-->
* [http://www.linuxintro.org/wiki/oPen_a_conSole open a console]
* [[Special:myLanguage/Tutorials/Open a console|Open a console]]


<!--T:3-->
<!--T:3-->
* call the command <code>systemsettings</code>
* Call the command <code>systemsettings</code>


<!--T:4-->
<!--T:4-->
* select <menuchoice>Shortcuts and Gestures</menuchoice> &rarr; <menuchoice>Custom Shortcuts</menuchoice> &rarr; <menuchoice>Edit</menuchoice> &rarr; <menuchoice>New</menuchoice> &rarr; <menuchoice>Global Shortcut</menuchoice> &rarr; <menuchoice>Command/URL</menuchoice> and enter <code>Pause</code>
* Select <menuchoice>Shortcuts and Gestures</menuchoice> &rarr; <menuchoice>Custom Shortcuts</menuchoice> &rarr; <menuchoice>Edit</menuchoice> &rarr; <menuchoice>New</menuchoice> &rarr; <menuchoice>Global Shortcut</menuchoice> &rarr; <menuchoice>Command/URL</menuchoice> and enter <code>Pause</code>


<!--T:5-->
<!--T:5-->
Line 21: Line 21:


<!--T:7-->
<!--T:7-->
* press the <keycap>Pause</keycap> key
* Press the <keycap>Pause</keycap> key


<!--T:8-->
<!--T:8-->
* go to the <menuchoice>Action</menuchoice> tab
* Go to the <menuchoice>Action</menuchoice> tab


<!--T:9-->
<!--T:9-->
* enter
* Enter
{{Input|1=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)
Line 35: Line 35:


<!--T:10-->
<!--T:10-->
* click <menuchoice>Apply</menuchoice>
* Click <menuchoice>Apply</menuchoice>


<!--T:11-->
<!--T:11-->
* test it by pressing the <keycap>Pause</keycap> key
* test it by pressing the <keycap>Pause</keycap> key


= See also = <!--T:12-->
== More Information == <!--T:12-->


<!--T:13-->
<!--T:13-->

Revision as of 13:07, 20 April 2019

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 GesturesCustom ShortcutsEditNewGlobal ShortcutCommand/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

More Information