Use Gtk3's primary designator to replace all instances of <control> for accelerators and bindings.
svn: r20038
This commit is contained in:
@ -124,8 +124,8 @@ class EventView(ListView):
|
||||
markup = EventView.MARKUP_COLS)
|
||||
|
||||
self.func_list.update({
|
||||
'<CONTROL>J' : self.jump,
|
||||
'<CONTROL>BackSpace' : self.key_delete,
|
||||
'<PRIMARY>J' : self.jump,
|
||||
'<PRIMARY>BackSpace' : self.key_delete,
|
||||
})
|
||||
|
||||
uistate.connect('nameformat-changed', self.build_tree)
|
||||
|
Reference in New Issue
Block a user