From b2ecc06ef1e98c478e42441ace563cbac7eafdf4 Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Sun, 27 May 2001 14:41:38 +0000 Subject: [PATCH] - changed the Alt shortcuts to Ctrl shortcuts (like in all proper GTK+ apps) Original commit message from CVS: - changed the Alt shortcuts to Ctrl shortcuts (like in all proper GTK+ apps) --- gstplay/gstmediaplay.glade | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gstplay/gstmediaplay.glade b/gstplay/gstmediaplay.glade index 71dd586..2e851fd 100644 --- a/gstplay/gstmediaplay.glade +++ b/gstplay/gstmediaplay.glade @@ -154,14 +154,13 @@ GtkMenuItem original_size - GDK_MOD1_MASK + GDK_CONTROL_MASK GDK_1 activate activate on_original_size_activate - mplay Sun, 06 May 2001 01:58:18 GMT @@ -172,7 +171,7 @@ GtkMenuItem double_size - GDK_MOD1_MASK + GDK_CONTROL_MASK GDK_2 activate @@ -189,7 +188,7 @@ GtkMenuItem full_screen - GDK_MOD1_MASK + GDK_CONTROL_MASK GDK_3 activate -- 2.7.4