summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
authorBastien Nocera <hadess@hadess.net>2022-02-17 15:33:30 +0100
committerBastien Nocera <hadess@hadess.net>2022-02-17 17:16:46 +0100
commit512f22070d1f29f980c3a8d0f89d8e3111a5f854 (patch)
tree4ebf6466d952c8cd4fba6f8f96eb1798d8535aa6 /data
parent71222a669a822f3b68a0062c82be7f889d206e4e (diff)
downloadtotem-512f22070d1f29f980c3a8d0f89d8e3111a5f854.tar.gz
main: Remove Ctrl+F as a fullscreen shortcut
It's already used for "Search" in the browse view.
Diffstat (limited to 'data')
-rw-r--r--data/shortcuts.ui2
1 files changed, 1 insertions, 1 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 &lt;ctrl&gt;F</property>
+ <property name="accelerator">F</property>
<property name="title" translatable="yes" context="shortcut window">Toggle fullscreen</property>
</object>
</child>