[longomatch] Use <primary>f for the fullscreen accelerator



commit c0fd240435d926421d168fb570d9996007d1b4a6
Author: Andoni Morales Alastruey <ylatuya gmail com>
Date:   Fri Jan 30 15:50:04 2015 +0100

    Use <primary>f for the fullscreen accelerator

 .../gtk-gui/LongoMatch.Gui.MainWindow.cs           |    2 +-
 LongoMatch.GUI/gtk-gui/gui.stetic                  |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs 
b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
index 87dc4db..c9c9d0c 100644
--- a/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
+++ b/LongoMatch.GUI/gtk-gui/LongoMatch.Gui.MainWindow.cs
@@ -75,7 +75,7 @@ namespace LongoMatch.Gui
                        w1.Add (this.ViewAction, "<Control>t");
                        this.FullScreenAction = new global::Gtk.ToggleAction ("FullScreenAction", 
global::Mono.Unix.Catalog.GetString ("Full Screen"), null, "gtk-fullscreen");
                        this.FullScreenAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("Full 
Screen");
-                       w1.Add (this.FullScreenAction, "<Control><Alt>f");
+                       w1.Add (this.FullScreenAction, "<Primary>f");
                        this.SaveProjectAction = new global::Gtk.Action ("SaveProjectAction", 
global::Mono.Unix.Catalog.GetString ("_Save Project"), null, "gtk-save");
                        this.SaveProjectAction.Sensitive = false;
                        this.SaveProjectAction.ShortLabel = global::Mono.Unix.Catalog.GetString ("_Save 
Project");
diff --git a/LongoMatch.GUI/gtk-gui/gui.stetic b/LongoMatch.GUI/gtk-gui/gui.stetic
index b7416e2..b59d272 100644
--- a/LongoMatch.GUI/gtk-gui/gui.stetic
+++ b/LongoMatch.GUI/gtk-gui/gui.stetic
@@ -841,7 +841,7 @@ Sort by competition</property>
       </action>
       <action id="FullScreenAction">
         <property name="Type">Toggle</property>
-        <property name="Accelerator">&lt;Control&gt;&lt;Alt&gt;f</property>
+        <property name="Accelerator">&lt;Primary&gt;f</property>
         <property name="Label" translatable="yes">Full Screen</property>
         <property name="ShortLabel" translatable="yes">Full Screen</property>
         <property name="StockId">gtk-fullscreen</property>


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