Difference between revisions of "Configure your PAUSE key to lock the screen"

From Linuxintro
imported>ThorstenStaerk
imported>ThorstenStaerk
Line 13: Line 13:
 
* enter
 
* enter
 
  /usr/lib64/kde4/libexec/kscreenlocker --forcelock
 
  /usr/lib64/kde4/libexec/kscreenlocker --forcelock
 +
* click "Apply"
 +
* test it by pressing the PAUSE key
  
 
= See also =
 
= See also =
 
* [[keyboard]]
 
* [[keyboard]]
 
* [[Configure your multimedia keys]]
 
* [[Configure your multimedia keys]]

Revision as of 11:02, 7 September 2013

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
/usr/lib64/kde4/libexec/kscreenlocker --forcelock
  • click "Apply"
  • test it by pressing the PAUSE key

See also