Revert 1709 for now. It breaks other keyboard actions
This commit is contained in:
parent
37ea9c90dc
commit
27febfc6cb
|
@ -82,6 +82,7 @@ class Keybindings:
|
|||
mask &= ~Gdk.ModifierType.SHIFT_MASK
|
||||
else:
|
||||
keyvals = Gdk.keyval_convert_case(keyval)
|
||||
if keyvals[0] != keyvals[1]:
|
||||
keyval = keyvals[1]
|
||||
mask &= ~Gdk.ModifierType.SHIFT_MASK
|
||||
else:
|
||||
|
|
Loading…
Reference in New Issue