Bug 191493 - New shortcuts for zoom and show menu actions
Summary: New shortcuts for zoom and show menu actions
Status: RESOLVED INTENTIONAL
Alias: None
Product: konsole
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Konsole Developer
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-05-03 18:20 UTC by Paweł Prażak
Modified: 2012-07-05 01:07 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paweł Prażak 2009-05-03 18:20:38 UTC
Version:           unknown (using 4.2.2 (KDE 4.2.2) "release 114", KDE:KDE4:Factory:Desktop / openSUSE_11.1)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.27.21-0.1-default

Please set shorcuts for the zoom in and out actions in this way
action->setShortcut(KShortcut("CTRL++; CTRL+="));
action->setShortcut(KShortcut("CTRL+-; CTRL+_"));
to include various keyboard layout possibilities.
and add normal zoom action with CTRL+0 shortcut.

Please add Ctrl+M shortcut to show/hide menu bar.
Comment 1 Robert Knight 2009-05-04 01:44:50 UTC
> to include various keyboard layout possibilities.
> and add normal zoom action with CTRL+0 shortcut.

Which keyboard layouts?  We have to be careful with Ctrl+<Character> shortcuts because they can conflict with terminal applications - that is why most shortcuts start with Ctrl+Shift.

> Please add Ctrl+M shortcut to show/hide menu bar.

Ctrl+M is used by various terminal applications and Ctrl+Shift+M is used for new window.
Comment 2 Paweł Prażak 2009-05-04 08:51:26 UTC
I see. So maybe like this to be consistent
ctrl(+shift)++
ctrl(+shift)+_

ctrl(+shift)+0 - reset zoom (please add this feature at least)

I don't know what to do with show menu action, I think it must stay as it is.
Comment 3 Kurt Hindenburg 2010-06-02 15:53:34 UTC
KDE 4.5 has new menus/shortcuts.
Comment 4 Diego Viola 2012-07-05 01:07:04 UTC
I want a way to reset the font size to konsole's default font size, like <C-shift>0 is that possible?