Skip to content
Commit 7714c397 authored by Nate Graham's avatar Nate Graham
Browse files

Change default keyboard switching shortcut to Meta+Alt+K

The current shortcut is Ctrl+Alt+K which would conceivably override app
shortcuts, since it doesn't use the Meta key.

This is safe to change in the code rather than adding a new one and
keeping the old one around for compatibility's sake because
KGlobalAccel::setShortcut by default preserves old shortcuts when they
are changed, and we aren't overriding that behavior here. So only new
installs will get the new shortcut and existing user installs will be
untouched.


(cherry picked from commit 9364198f)
parent cee26765
Pipeline #184760 passed with stage
in 6 minutes and 3 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment