Fabian Deutsch has uploaded a new change for review. Change subject: app: F2 drops to shell ......................................................................
app: F2 drops to shell Change-Id: Ie3aaced780017d40fab86352578a35b96d32da9c Signed-off-by: Fabian Deutsch <[email protected]> --- M scripts/tui/src/ovirt/node/app.py 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-node refs/changes/36/9936/1 diff --git a/scripts/tui/src/ovirt/node/app.py b/scripts/tui/src/ovirt/node/app.py index 65e5cd7..6e1bcd7 100644 --- a/scripts/tui/src/ovirt/node/app.py +++ b/scripts/tui/src/ovirt/node/app.py @@ -101,7 +101,7 @@ self.__load_plugins() if not self.plugins: raise Exception("No plugins found in '%s'" % self.plugin_base) - self.ui.register_hotkey("f12", self.__drop_to_shell) + self.ui.register_hotkey("f2", self.__drop_to_shell) self.ui.register_hotkey("window resize", self.__check_terminal_size) self.ui.footer = "Press esc to quit." self.ui.run() -- To view, visit http://gerrit.ovirt.org/9936 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie3aaced780017d40fab86352578a35b96d32da9c Gerrit-PatchSet: 1 Gerrit-Project: ovirt-node Gerrit-Branch: master Gerrit-Owner: Fabian Deutsch <[email protected]> _______________________________________________ node-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/node-patches
