gfio: use ctrl-d for connect/disconnect
authorJens Axboe <axboe@kernel.dk>
Thu, 15 Mar 2012 20:57:40 +0000 (21:57 +0100)
committerJens Axboe <axboe@kernel.dk>
Thu, 15 Mar 2012 20:57:40 +0000 (21:57 +0100)
ctrl-e is used by job edit.

Signed-off-by: Jens Axboe <axboe@kernel.dk>
gfio.c

diff --git a/gfio.c b/gfio.c
index 9998077ec619c4319dd804cb6a1f1db4b00b2fd9..56a3887469010f5869f7b09057ee4beabf545b3c 100644 (file)
--- a/gfio.c
+++ b/gfio.c
@@ -2699,7 +2699,7 @@ static GtkActionEntry menu_items[] = {
        { "Preferences", GTK_STOCK_PREFERENCES, NULL, "<Control>p", NULL, G_CALLBACK(preferences) },
        { "ViewLog", NULL, "Log", "<Control>l", NULL, G_CALLBACK(view_log) },
        { "ViewResults", NULL, "Results", "<Control>R", NULL, G_CALLBACK(view_results) },
-       { "ConnectJob", NULL, "Connect", "<Control>E", NULL, G_CALLBACK(connect_job_entry) },
+       { "ConnectJob", NULL, "Connect", "<Control>D", NULL, G_CALLBACK(connect_job_entry) },
        { "EditJob", NULL, "Edit job", "<Control>E", NULL, G_CALLBACK(edit_job_entry) },
        { "SendJob", NULL, "Send job", "<Control>X", NULL, G_CALLBACK(send_job_entry) },
        { "StartJob", NULL, "Start job", "<Control>L", NULL, G_CALLBACK(start_job_entry) },