Tutorials/hotkeys/en: Difference between revisions

From KDE UserBase Wiki
(Importing a new version from external source)
(Importing a new version from external source)
Line 24: Line 24:
{{Input|1=/usr/lib64/kde4/libexec/kscreenlocker --forcelock}}
{{Input|1=/usr/lib64/kde4/libexec/kscreenlocker --forcelock}}


* click <menuchoice>Apply</menuchoice>
* Click <menuchoice>Apply</menuchoice>


* test it by pressing the <keycap>Pause</keycap> key
* test it by pressing the <keycap>Pause</keycap> key

Revision as of 13:20, 20 April 2019

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