Difference between revisions of "Configure your PAUSE key to lock the screen"
From Linuxintro
imported>ThorstenStaerk (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...") |
imported>ThorstenStaerk |
||
Line 10: | Line 10: | ||
* enter | * enter | ||
/usr/lib64/kde4/libexec/kscreenlocker --forcelock | /usr/lib64/kde4/libexec/kscreenlocker --forcelock | ||
+ | |||
+ | = See also = | ||
+ | * [[Configure your multimedia keys]] |
Revision as of 11:00, 6 September 2013
To set your PAUSE key to lock the screen under KDE,
- open a console
- call the command
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
/usr/lib64/kde4/libexec/kscreenlocker --forcelock