[GH-ISSUE #3642] 快速命令捷径按一次输出两次 #2506

Closed
opened 2026-02-27 00:53:15 +03:00 by kerem · 2 comments
Owner

Originally created by @sum86 on GitHub (Oct 30, 2024).
Original GitHub issue: https://github.com/electerm/electerm/issues/3642

Electerm Version and download file extension(Electerm版本和下载文件后缀)

electerm-1.40.18-win-x64-portable.tar.gz

Platform detail (平台详情)

Microsoft Windows NT 10.0.19045.0 x64

What steps will reproduce the bug?(重新问题的详细步骤)

比如设置捷径为CTRL+F7 ,输出结果
第一次:;5~ps -ef|grep java
第二次:ps -ef|grep java

What should have happened?(期望的结果)

通过快捷键输出一次命令

Would this happen in other terminal app(是否能够在其他同类软件重现这个问题)

electerm-1.40.16-win-x64-portable.tar.gz 版本也能复现

Additional information(其他任何相关信息)

No response

Originally created by @sum86 on GitHub (Oct 30, 2024). Original GitHub issue: https://github.com/electerm/electerm/issues/3642 ### Electerm Version and download file extension(Electerm版本和下载文件后缀) electerm-1.40.18-win-x64-portable.tar.gz ### Platform detail (平台详情) Microsoft Windows NT 10.0.19045.0 x64 ### What steps will reproduce the bug?(重新问题的详细步骤) 比如设置捷径为CTRL+F7 ,输出结果 第一次:;5~ps -ef|grep java 第二次:ps -ef|grep java ### What should have happened?(期望的结果) 通过快捷键输出一次命令 ### Would this happen in other terminal app(是否能够在其他同类软件重现这个问题) electerm-1.40.16-win-x64-portable.tar.gz 版本也能复现 ### Additional information(其他任何相关信息) _No response_
kerem 2026-02-27 00:53:15 +03:00
Author
Owner

@zxdong262 commented on GitHub (Oct 30, 2024):

感谢反馈,将在后续版本修复

<!-- gh-comment-id:2446652541 --> @zxdong262 commented on GitHub (Oct 30, 2024): 感谢反馈,将在后续版本修复
Author
Owner

@sum86 commented on GitHub (Nov 28, 2024):

The bug has not been fixed in the new version(1.50.21).

The test configuration is as follows:
图片

The terminal output is as follows, often repeated output, in order to verify I turned off all other software to prevent shortcut conflicts.

[vagrant@linux ~]$ ls -l
total 0
[vagrant@linux ~]$ ---
-bash: ---: command not found
[vagrant@linux ~]$ ls -l
total 0
[vagrant@linux ~]$ ls -l
total 0
<!-- gh-comment-id:2505095540 --> @sum86 commented on GitHub (Nov 28, 2024): The bug has not been fixed in the new version(1.50.21). The test configuration is as follows: ![图片](https://github.com/user-attachments/assets/4a19abe1-3e53-43f2-9695-537f06220e80) The terminal output is as follows, often repeated output, in order to verify I turned off all other software to prevent shortcut conflicts. ``` [vagrant@linux ~]$ ls -l total 0 [vagrant@linux ~]$ --- -bash: ---: command not found [vagrant@linux ~]$ ls -l total 0 [vagrant@linux ~]$ ls -l total 0 ```
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/electerm#2506
No description provided.