Feature request #2557

typo in default keyboard shortcut for toggling fullscreen mode

Added by christophgysin - about 14 years ago. Updated almost 14 years ago.

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.

fullscreen-shortcut.patch Magnifier - fix shortcut for fullscreen toggle (757 Bytes) christophgysin -, 2010-03-16 12:45 AM

History

#1 Updated by Paolo Cavallini almost 14 years ago

Seems an innocuous patch - can anybody check and apply it?

#2 Updated by Paolo Cavallini almost 14 years ago

  • Resolution set to fixed
  • Status changed from Open to Closed

Fixed in 65b1cc24 (SVN r13710). Thanks

Also available in: Atom PDF