[totem/wip/hadess/more-shortcuts: 2/4] main: Remove Ctrl+F as a fullscreen shortcut
- From: Bastien Nocera <hadess src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [totem/wip/hadess/more-shortcuts: 2/4] main: Remove Ctrl+F as a fullscreen shortcut
- Date: Thu, 17 Feb 2022 16:17:51 +0000 (UTC)
commit 512f22070d1f29f980c3a8d0f89d8e3111a5f854
Author: Bastien Nocera <hadess hadess net>
Date: Thu Feb 17 15:33:30 2022 +0100
main: Remove Ctrl+F as a fullscreen shortcut
It's already used for "Search" in the browse view.
data/shortcuts.ui | 2 +-
src/totem-object.c | 2 --
2 files changed, 1 insertion(+), 3 deletions(-)
---
diff --git a/data/shortcuts.ui b/data/shortcuts.ui
index f1f286a4e..efd93986b 100644
--- a/data/shortcuts.ui
+++ b/data/shortcuts.ui
@@ -106,7 +106,7 @@
<child>
<object class="GtkShortcutsShortcut" id="fullscreen">
<property name="visible">1</property>
- <property name="accelerator">F <ctrl>F</property>
+ <property name="accelerator">F</property>
<property name="title" translatable="yes" context="shortcut window">Toggle
fullscreen</property>
</object>
</child>
diff --git a/src/totem-object.c b/src/totem-object.c
index 2169b6961..8a5a70495 100644
--- a/src/totem-object.c
+++ b/src/totem-object.c
@@ -3745,8 +3745,6 @@ window_key_press_event_cb (GtkWidget *win, GdkEventKey *event, TotemObject *tote
switch (event->keyval) {
case GDK_KEY_E:
case GDK_KEY_e:
- case GDK_KEY_f:
- case GDK_KEY_F:
case GDK_KEY_q:
case GDK_KEY_Q:
case GDK_KEY_space:
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]