Feature request #2557
typo in default keyboard shortcut for toggling fullscreen mode
Status: | Closed | ||
---|---|---|---|
Priority: | Low | ||
Assignee: | nobody - | ||
Category: | GUI | ||
Pull Request or Patch supplied: | Resolution: | fixed | |
Easy fix?: | No | Copied to github as #: | 12617 |
Description
Wondering why there is no default keyboard shortcut set for toggling
fullscreen mode, I discovered a small typo:
src/app/qgisapp.cpp: 1019
shortcuts->registerAction( mActionToggleFullScreen, tr( "Ctrl-F",
"Toggle fullscreen mode" ) );
That should be "Ctrl+F" instead of "Ctrl-F". Or rather "F11", as
Ctrl-F usually means "find".
See: http://developer.kde.org/documentation/standards/kde/style/keys/shortcuts.html
I can easily work around by setting my own shortcut of course. This
only affects the default setting.
History
#1 Updated by Paolo Cavallini over 14 years ago
Seems an innocuous patch - can anybody check and apply it?
#2 Updated by Paolo Cavallini over 14 years ago
- Resolution set to fixed
- Status changed from Open to Closed
Fixed in 65b1cc24 (SVN r13710). Thanks