From 48f8165e37d8ccab4b2069dc4b0a2bc77f9cade5 Mon Sep 17 00:00:00 2001
From: Mark McLoughlin <markmc@redhat.com>
Date: Tue, 3 Jun 2014 18:31:56 +0300
Subject: [PATCH] Add ctrl-o to help dialog

Change-Id: Iebbe1f6d033651412b4138cd48e7eba6e15ba316
---
 gertty/mywid.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gertty/mywid.py b/gertty/mywid.py
index 2c68a75..6fccb3c 100644
--- a/gertty/mywid.py
+++ b/gertty/mywid.py
@@ -20,6 +20,7 @@ Global Keys
 <F1> or <?> Help
 <ESC>       Back to previous screen
 <CTRL-Q>    Quit Gertty
+<CTRL-O>    Open Change
 """
 
 class TextButton(urwid.Button):