Fix space behavior.
This commit is contained in:
parent
0424cf5e10
commit
d384a6278c
@ -902,6 +902,11 @@ class pluginclass( object ):
|
||||
self.searchEntry.event( event )
|
||||
return True
|
||||
|
||||
|
||||
if event.keyval == Gdk.KEY_space:
|
||||
self.searchEntry.event( event )
|
||||
return True
|
||||
|
||||
if event.keyval == Gdk.KEY_Down and self.searchEntry.is_focus():
|
||||
self.applicationsBox.get_children()[0].grab_focus()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user