[node-patches] Change in ovirt-node[master]: app: F2 drops to shell
fabiand at fedoraproject.org
fabiand at fedoraproject.org
Tue Dec 11 20:09:40 UTC 2012
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 <fabiand at fedoraproject.org>
---
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 <fabiand at fedoraproject.org>
More information about the node-patches
mailing list