Skip to content
Commit 571c67d4 authored by Nate Graham's avatar Nate Graham
Browse files

Change global Klipper shortcuts to use the Meta key by default

The current shortcuts could conceivably override app shortcuts, since
they don't use the Meta key. The following changes are made:

Automatic Action Popup Menu:                 Ctrl+Alt+X -> Meta+Ctrl+X
Manually Invoke Action on Current Clipboard: Ctrl+Alt+R -> Meta+Ctrl+R

These are safe to change in the code rather than adding a new one and
keeping the old ones around for compatibility's sake because
KGlobalAccel::setGlobalShortcut 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 shortcuts and existing user installs
will be untouched.

(cherry picked from commit b7685338)
parent 18c98349
Pipeline #184762 passed with stage
in 10 minutes and 40 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