30

How can I map the keyboard shortcut to locking a session in KDE 4?

Grzenio
  • 3,027

8 Answers8

39

Here's what you could do to remap session locking from default Ctrl+Alt+L (tested with KDE4.3) :

  1. Go to "System Settings" (KDE menu).
  2. Choose "Keyboard & mouse" (on "General" tab).
  3. Choose "Global Keyboard Shortcuts" on the left.
  4. Choose "Run Command Interface" from "KDE component" dropdown list.
  5. Choose "Lock session".
  6. Select "Custom".
  7. Click on "None" (button changes to "Input...").
  8. Compose your desired sequence by pressing appropriate buttons on your keyboard.
  9. Click "Apply".
dindras
  • 591
11

In Kubuntu 14.04 it's

  • System Settings (from the Kickoff "Start" menu)
  • Shortcuts and Gestures
  • Global Keyboard Shortcuts
  • KDE Component: The KDE Session Manager (at the bottom of the list, scroll down)
  • Lock Session
Robin Hood
  • 3,501
6

Kubuntu 18.10:

  1. System settings
  2. Search for "shortcuts"
  3. Global shortcuts
  4. ksmserver
  5. Lock session
1
  1. System Settings
  2. Shortcuts and Gestures
  3. Global Keyboard Shortcuts
  4. KDE Component: ksmserver
  5. Lock Session
bertieb
  • 7,543
1
  1. Go to "System Settings" (KDE menu).
  2. Workspace>Workspace Behavior>Screen Locking>Activation>Keyboard shortcut or search "lock"
w1100n
  • 127
1

default Ctrl+Alt+l did not work for me, maybe overshadowed by some other app - I had to explicitly set the shortcut as mentioned in the selected answer.

Also beware not to select "kscreenlocker", but the KDE session manager. Win/Meta+L worked fine here.

Gregor
  • 139
1

I imagine that man xmodmap will help with the keybinding part of it.

I don't know enough of KDE to help with what keysequence already locks the screen.

eleven81
  • 16,182
0

In Debian 10 KDE Plasma it's:

  • System Settings (from menu)
  • Shortcuts
  • Global Keyboard Shortcuts
  • ksmserver
  • Lock Session
M.J
  • 125