diff options
| author | Thomas Holder <thomas@thomas-holder.de> | 2019-09-19 07:28:54 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2019-09-19 22:34:50 +0000 |
| commit | e553f3a1d93734cf8d7cbfab311282649b992442 (patch) | |
| tree | e4efe293b0371538e4b137c2832acfe360973fad /share | |
| parent | Translated nb.po, 80% complete. (diff) | |
| download | inkscape-e553f3a1d93734cf8d7cbfab311282649b992442.tar.gz inkscape-e553f3a1d93734cf8d7cbfab311282649b992442.zip | |
Ctrl+Cmd+f FullScreen shortcut for macOS
Closes inbox#880
Diffstat (limited to 'share')
| -rw-r--r-- | share/keys/inkscape.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/share/keys/inkscape.xml b/share/keys/inkscape.xml index 2d8be6110..74ea2750f 100644 --- a/share/keys/inkscape.xml +++ b/share/keys/inkscape.xml @@ -249,6 +249,7 @@ override) the bindings in the main default.xml. <!-- View --> <bind key="F11" action="FullScreen" display="true" /> + <bind key="f" modifiers="Ctrl,Meta" action="FullScreen" /> <!-- macOS --> <bind key="F11" action="FocusToggle" modifiers="Shift" display="true" /> <bind key="F11" action="FullScreenFocus" modifiers="Primary" display="true" /> |
