File epdfview-change-quit-shortcut.patch of Package epdfview
diff -urNp epdfview-0.1.8.orig/src/gtk/MainView.cxx epdfview-0.1.8/src/gtk/MainView.cxx
--- epdfview-0.1.8.orig/src/gtk/MainView.cxx 2011-05-28 12:31:43.000000000 +0200
+++ epdfview-0.1.8/src/gtk/MainView.cxx 2011-09-02 21:07:09.000000000 +0200
@@ -110,7 +110,7 @@ static const GtkActionEntry g_NormalEntr
G_CALLBACK (main_window_print_cb) },
#endif // HAVE_CUPS
- { "Quit", GTK_STOCK_CLOSE, N_("_Close"), "<control>W",
+ { "Quit", GTK_STOCK_CLOSE, N_("_Close"), "<control>Q",
N_("Close this window"),
G_CALLBACK (main_window_quit_cb) },