Bug 468859 - Pressing "r" in terminal window starts rename file sequence
Summary: Pressing "r" in terminal window starts rename file sequence
Status: RESOLVED NOT A BUG
Alias: None
Product: dolphin
Classification: Applications
Component: panels: terminal (show other bugs)
Version: 23.04.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-04-23 13:44 UTC by Darshan Phaldesai
Modified: 2023-04-23 16:30 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Darshan Phaldesai 2023-04-23 13:44:04 UTC
SUMMARY
When typing in terminal window inside dolphin, pressing 'r' key starts renaming mode (the new selection mode that was introduced recently but for rename files and folders)

STEPS TO REPRODUCE
1.  Open dolphin and press F4 to open terminal
2.  Press 'r' key 

OBSERVED RESULT
Dolphin starts selection mode for renaming files and folders

EXPECTED RESULT
'r' letters is typed into the terminal instead

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Arch Linux (Linux 6.2.12-zen1-1-zen (64-bit))
(available in About System)
KDE Plasma Version: 5.27.4
KDE Frameworks Version: 5.105.0
Qt Version: 5.15.9
Comment 1 Darshan Phaldesai 2023-04-23 16:30:01 UTC
When I was trying to debug this issue, I found out that I had a remap that added Rename to the "r" key and is not a default keybind. Technically this bug was my fault. 
Although I do think that if terminal window has focus, it should mask all keybinds (defaults and user created).