终端为什么不干脆Ctrl c ctrl v?每次装完了得自己改
Tofloor
poster avatar
liujy126
deepin
2020-07-20 21:43
Author
每次装完了都得自己改,为啥要ctrl shift c  ctrl shift v?莫非有啥高深的内涵?
Reply Favorite View the author
All Replies
avatar
sudo_free
deepin
2020-07-20 21:57
#1
Reply View the author
avatar
Hello
deepin
2020-07-20 22:03
#2
你他妈别改啊,ctrl c是终端停止程序的信号啊
Reply View the author
avatar
2020-07-20 22:09
#3
不要在一个终端窗口里使用 Ctrl-c 和 Ctrl-v 快捷键来执行拷贝和粘贴操作。它们不 起作用。对于 shell 来说,这两个控制代码有着不同的含义,它们在早于 Microsoft Windows (定义复制粘贴的含义)许多年之前就赋予了不同的意义。
Reply View the author
avatar
liujy126
deepin
2020-07-20 22:09
#4
本帖最后由 liujy126 于 2020-7-20 14:13 编辑

是定义了^C,  和 ^V的功能,但是Ctrl c ctrl v绝大多数软件都这么玩,比如ps啥的。苹果是command c位置差不多的,都是两个手指
Reply View the author
avatar
2020-07-20 22:13
#5
https://bbs.deepin.org/post/197436
无非是定义了^C,  和 ^V的功能,可是你们用这个功能吗?但是Ctrl c ctrl v绝大多数软件都这么玩,比如ps ...

无非多了个shift用不着三根手指,而且还有鼠标可用。
Reply View the author
avatar
liujy126
deepin
2020-07-20 22:13
#6
https://bbs.deepin.org/post/197436
你他妈别改啊,ctrl c是终端停止程序的信号啊

哦?杂用呢
Reply View the author
avatar
SamLukeYes
deepin
2020-07-20 22:20
#7

终端中的程序运行到一半,你想终止它,就ctrl+C
Reply View the author
avatar
liujy126
deepin
2020-07-20 22:56
#8
https://bbs.deepin.org/post/197436
终端中的程序运行到一半,你想终止它,就ctrl+C

那岂不是会产生很多垃圾
Reply View the author
avatar
落墨
deepin
2020-07-20 23:13
#9
https://bbs.deepin.org/post/197436
那岂不是会产生很多垃圾

遇到很多大型程序,如果运行出错或者需要调参,你怎么搞?等几个小时运行完了再重新运行?你只是自己用不到而已,但是这个功能却是必要的,也就改个快捷键而已。总不能为了适应你这样的少数人而去把大多数人习惯的功能改掉吧
Reply View the author
avatar
Hello
deepin
2020-07-20 23:14
#10
https://bbs.deepin.org/post/197436
那岂不是会产生很多垃圾

?杀死进程怎么会产生垃圾了。。。。。。linux有内存回收机制的
Reply View the author
avatar
神末shenmo
deepin
Spark-App
Q&A Team
2020-07-20 23:16
#11
https://bbs.deepin.org/post/197436
是定义了^C,  和 ^V的功能,但是Ctrl c ctrl v绝大多数软件都这么玩,比如ps啥的。苹果是command c位置差 ...

你在windows的cmd下试试ctrl c,是复制还是终止?
Reply View the author
avatar
mcaoser
deepin
2020-07-20 23:21
#12
ctrl+C在shell中,是中断当前行为的意思,linux中,shell比gui先出生,所以只能改后出生的,因此shell中就变成了ctrl+shift+C了
Reply View the author
avatar
leafgreen
deepin
2020-07-21 18:48
#13
Ctrl + c 是结束当前的程序,这是个重要的功能
Reply View the author