Use Gtk3's primary designator to replace all instances of <control> for accelerators and bindings.

svn: r20038
This commit is contained in:
John Ralls
2012-07-20 22:26:10 +00:00
parent cf6b91ffe9
commit 41e77a23bf
26 changed files with 93 additions and 93 deletions

View File

@ -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)