Comment 2 for bug 1651504

Revision history for this message
Lepsch (lepsch) wrote :

What causes this is the following shortcut validation in src/Pages/Shortcuts/shorcut.vala, method "valid". Anything different from Print key is not valid.

(modifiers == (Gdk.ModifierType) 0 && accel_key != Gdk.Key.Print)