keyboard shortcuts with CTRL or SHIFT do not work unless "bloc num" on keyboard is active
Bug #514317 reported by
hva
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenShot Video Editor |
Fix Released
|
Low
|
Jonathan Thomas |
Bug Description
It seems that key bindings with CTRL do not get processed correctly unless "bloc num" key is activated on keyboard
Changed in openshot: | |
importance: | Undecided → Low |
Changed in openshot: | |
milestone: | none → 1.1.0 |
assignee: | nobody → Jonathan Thomas (jonoomph) |
status: | New → Confirmed |
Changed in openshot: | |
status: | Fix Committed → Fix Released |
To post a comment you must log in.
actual code is: CONTROL_ MASK | gtk.gdk.MOD2_MASK: on_tlbUndo_ clicked( widget)
elif keyname == "z":
# undo
if event.state == gtk.gdk.
self.
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?