← Back to team overview

openshot.developers team mailing list archive

[Bug 514317] Re: keyboard shortcuts with CTRL or SHIFT do not work unless "bloc num" on keyboard is active

 

actual code is:
			elif keyname == "z":
				# undo
				if event.state == gtk.gdk.CONTROL_MASK | gtk.gdk.MOD2_MASK:
					self.on_tlbUndo_clicked(widget)

that doesn't work if bloc_num on keyboard is not activated.

how about using simply

if event.state == gtk.gdk.CONTROL_MASK

this works on my system, but could this cause problems in some
configuration?

-- 
keyboard shortcuts with CTRL or SHIFT do not work unless "bloc num" on keyboard is active
https://bugs.launchpad.net/bugs/514317
You received this bug notification because you are a member of OpenShot
Developers, which is subscribed to OpenShot Video Editor.

Status in OpenShot Video Editor: New

Bug description:
It seems that key bindings with CTRL do not get processed correctly unless "bloc num" key is activated on keyboard





References