Ejemplo n.º 1
0
 def on_buttonRemoveGesture_clicked(self, btn):
     gestureHelper.remove_gesture(listbox_gestures.get_selected_row().value)
     entry_shortcut_command.set_text('')
     daemonHelper.restart_daemon()
Ejemplo n.º 2
0
 def on_buttonRestartDaemon_clicked(self, btn):
     daemonHelper.restart_daemon()
     update_daemon_status()
Ejemplo n.º 3
0
 def on_buttonReassignShortcut_clicked(self, btn):
     gestureHelper.add_gesture(listbox_gestures.get_selected_row().value,
                               entry_shortcut_command.get_text())
     daemonHelper.restart_daemon()