Configure your PAUSE key to lock the screen

From Linuxintro
Revision as of 19:41, 17 January 2014 by imported>ThorstenStaerk

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"

Snapshot-pause-key.png

  • 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