-
-
Notifications
You must be signed in to change notification settings - Fork 84
Open
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed
Milestone
Description
Describe the bug
Keyboard shortcuts are not behaving correctly:
Ctrl + CandCtrl + Vshould work for copy and paste operations.Ctrl + Shift + Cshould send aSIGINTsignal.
Currently, these shortcuts are either not working or triggering unintended behavior.
To Reproduce
Steps to reproduce the behavior:
- Open the terminal.
- Try using
Ctrl + CandCtrl + Vfor copy/paste. - Try using
Ctrl + Shift + Cto send aSIGINT. - Observe that the expected behavior does not occur.
Expected behavior
Ctrl + C→ CopyCtrl + V→ PasteCtrl + Shift + C→ SendSIGINT
Additional context
The key mapping likely needs to be updated to properly differentiate between copy/paste and SIGINT.
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workinggood first issueGood for newcomersGood for newcomershelp wantedExtra attention is neededExtra attention is needed