diff options
author | Bastien Nocera <hadess@hadess.net> | 2022-02-17 15:38:09 +0100 |
---|---|---|
committer | Bastien Nocera <hadess@hadess.net> | 2022-02-17 17:16:46 +0100 |
commit | 896d0df7d57be274b7ed2afafe3db2ee7662987d (patch) | |
tree | 3c82de831409c959c3236de4839e83b3c499f5d4 /data | |
parent | 512f22070d1f29f980c3a8d0f89d8e3111a5f854 (diff) | |
download | totem-896d0df7d57be274b7ed2afafe3db2ee7662987d.tar.gz |
main: Document F11 as a fullscreen shortcut
Diffstat (limited to 'data')
-rw-r--r-- | data/shortcuts.ui | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/shortcuts.ui b/data/shortcuts.ui index efd93986b..fe9a97cfe 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</property> + <property name="accelerator">F F11</property> <property name="title" translatable="yes" context="shortcut window">Toggle fullscreen</property> </object> </child> |