Bug 191493

Summary: New shortcuts for zoom and show menu actions
Product: [Applications] konsole Reporter: Paweł Prażak <kojot350>
Component: generalAssignee: Konsole Developer <konsole-devel>
Status: RESOLVED INTENTIONAL    
Severity: normal CC: diego.viola, robertknight
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

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?