[cheese] widemode: disable super+w accelerator



commit 461812146a4ff02bd900abb5d4bc4330762faa40
Author: Filippo Argiolas <filippo argiolas gmail com>
Date:   Mon Aug 10 18:26:46 2009 +0200

    widemode: disable super+w accelerator
    
    Doesn't work here, it seems to discard the Super modifier. Disable it
    while looking for a better shortcut. Not sure it's even needed given
    it is not a so common action.

 src/cheese-window.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/cheese-window.c b/src/cheese-window.c
index 810f82b..f3fe6cf 100644
--- a/src/cheese-window.c
+++ b/src/cheese-window.c
@@ -1575,7 +1575,7 @@ static const GtkToggleActionEntry action_entries_fullscreen[] = {
 };
 
 static const GtkToggleActionEntry action_entries_wide_mode[] = {
-  {"WideMode", NULL, N_("_Wide mode"), "<Super>W", NULL, G_CALLBACK (cheese_window_toggle_wide_mode), FALSE},
+  {"WideMode", NULL, N_("_Wide mode"), NULL, NULL, G_CALLBACK (cheese_window_toggle_wide_mode), FALSE},
 };
 
 static const GtkRadioActionEntry action_entries_toggle[] = {



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]