Added copy and paste to all views; gramplet view needs work

svn: r15697
This commit is contained in:
Doug Blank
2010-08-09 20:51:54 +00:00
parent 981cda7c19
commit e3cd87484c
14 changed files with 130 additions and 34 deletions

View File

@ -128,10 +128,10 @@ class MediaView(ListView):
filter_class=MediaSidebarFilter,
multiple=True)
self.func_list = {
self.func_list.update({
'<CONTROL>J' : self.jump,
'<CONTROL>BackSpace' : self.key_delete,
}
})
config.connect("interface.filter",
self.filter_toggle)