Tutorials/hotkeys

From KDE UserBase Wiki
Revision as of 14:17, 7 November 2014 by ThorstenStaerk (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

To set your PAUSE key to lock the screen under KDE,

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

  • click on Trigger -> "None"
  • type the PAUSE key
  • click on "Action"
  • 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