Bug 468859

Summary: Pressing "r" in terminal window starts rename file sequence
Product: [Applications] dolphin Reporter: Darshan Phaldesai <dev.darshanphaldesai>
Component: panels: terminalAssignee: Dolphin Bug Assignee <dolphin-bugs-null>
Status: RESOLVED NOT A BUG    
Severity: normal CC: kfm-devel
Priority: NOR    
Version: 23.04.0   
Target Milestone: ---   
Platform: Arch Linux   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

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).