[Xfce4-commits] <terminal:master> Drop the special handling of the Super key.

Nick Schermer noreply at xfce.org
Tue Dec 25 19:24:01 CET 2012


Updating branch refs/heads/master
         to b123b72baf35bb154b9259a1a277629c92eab8cf (commit)
       from 28fa8a3430c1fbc50913f4bf589e2260b550cc7a (commit)

commit b123b72baf35bb154b9259a1a277629c92eab8cf
Author: Nick Schermer <nick at xfce.org>
Date:   Tue Dec 25 19:19:28 2012 +0100

    Drop the special handling of the Super key.
    
    This is breaking the logic in gtk.

 terminal/main.c |    5 -----
 1 files changed, 0 insertions(+), 5 deletions(-)

diff --git a/terminal/main.c b/terminal/main.c
index ccbd23e..5f23bf0 100644
--- a/terminal/main.c
+++ b/terminal/main.c
@@ -158,7 +158,6 @@ main (int argc, char **argv)
   gboolean         show_version = FALSE;
   gboolean         show_colors = FALSE;
   gboolean         disable_server = FALSE;
-  GdkModifierType  modifiers;
   TerminalApp     *app;
   const gchar     *startup_id;
   const gchar     *display;
@@ -288,10 +287,6 @@ main (int argc, char **argv)
   /* initialize Gtk+ */
   gtk_init (&argc, &argv);
 
-  /* Make GtkAccelGroup accept Mod5 (Windows Key) as modifier */
-  modifiers = gtk_accelerator_get_default_mod_mask ();
-  gtk_accelerator_set_default_mod_mask (modifiers | GDK_MOD4_MASK);
-
   /* set default window icon */
   gtk_window_set_default_icon_name ("utilities-terminal");
 


More information about the Xfce4-commits mailing list