Bug 493101

Summary: Shortcuts in the session selection dialog
Product: [Applications] kate Reporter: Louis Moureaux <m_louis30>
Component: sessionsAssignee: KWrite Developers <kwrite-bugs-null>
Status: RESOLVED FIXED    
Severity: wishlist    
Priority: NOR    
Version First Reported In: 24.08.0   
Target Milestone: ---   
Platform: Neon   
OS: Linux   
Latest Commit: Version Fixed/Implemented In:
Sentry Crash Report:

Description Louis Moureaux 2024-09-14 07:45:50 UTC
SUMMARY

In the session selection dialog that pops up when starting Kate, I would intuitively think that Ctrl+N creates a new session and Ctrl+O opens the currently selected session. One must use accelerators instead, i.e. Alt+N and Alt+O.

STEPS TO REPRODUCE
1. Open Kate
2. The session selection dialog pops up
3. Hit Ctrl+N
4. Nothing happens
5. Hit Alt+N
6. A new session is created

OBSERVED RESULT

Nothing happens.

EXPECTED RESULT

A new session is created.

SOFTWARE/OS VERSIONS

Operating System: KDE neon 6.0
KDE Plasma Version: 6.1.5
KDE Frameworks Version: 6.5.0
Qt Version: 6.7.2
Kernel Version: 6.8.0-40-generic (64-bit)
Graphics Platform: Wayland

ADDITIONAL INFORMATION

-
Comment 1 Christoph Cullmann 2024-11-02 16:33:48 UTC
Git commit 2ae4192ef7f100ffb5d14e47f9700abbfa3ffeaf by Christoph Cullmann.
Committed on 02/11/2024 at 16:33.
Pushed by cullmann into branch 'master'.

set default shortcut for modal session dialog

M  +3    -0    apps/lib/session/katesessionmanagedialog.cpp

https://invent.kde.org/utilities/kate/-/commit/2ae4192ef7f100ffb5d14e47f9700abbfa3ffeaf
Comment 2 Louis Moureaux 2024-11-02 20:21:52 UTC
Thanks!