| Summary: | New shortcuts for zoom and show menu actions | ||
|---|---|---|---|
| Product: | [Applications] konsole | Reporter: | Paweł Prażak <kojot350> |
| Component: | general | Assignee: | Konsole Bugs <konsole-bugs-null> |
| Status: | RESOLVED INTENTIONAL | ||
| Severity: | normal | CC: | diego.viola, robertknight |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | unspecified | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
> 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. 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. KDE 4.5 has new menus/shortcuts. I want a way to reset the font size to konsole's default font size, like <C-shift>0 is that possible? |
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.