Ctrl + C 和 Ctrl + V 在 16.04 中不起作用

use*_*495 15 shortcut-keys paste copy 16.04

我无法使用键盘快捷键(CTRL+VCTRL+ C)复制粘贴。它不适用于我的 Ubuntu 16.04。CTRL+A工作正常。我该如何解决?我可以添加自定义快捷方式吗?如果是,请告诉我如何。谢谢。

根据评论:

  1. 我无法使用 GEdit 中的快捷方式。

  2. 我只有一种键盘布局(希望是美国英语)。

  3. 我在键盘快捷键中找不到任何列出CTRL+VCTRL+ 的选项C。事实上,我看不到任何在键盘快捷键之间进行复制或粘贴的内容。

  4. CTRL+ SHIFT+ C/V也不适用于 Gnome 终端。

xev 输出:

KeyPress event, serial 34, synthetic NO, window 0x3600001,
    root 0xe6, subw 0x0, time 21190334, (-274,200), root:(463,252),
    state 0x0, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XmbLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeyRelease event, serial 37, synthetic NO, window 0x3600001,
    root 0xe6, subw 0x0, time 21190419, (-274,200), root:(463,252),
    state 0x4, keycode 37 (keysym 0xffe3, Control_L), same_screen YES,
    XLookupString gives 0 bytes: 
    XFilterEvent returns: False

KeymapNotify event, serial 37, synthetic NO, window 0x0,
    keys:  4294967252 0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   
           0   0   0   0   0   0   0   0   0   0   0   0   0   0   0   0
Run Code Online (Sandbox Code Playgroud)

更新 :

我可以使用 ctrl + Insert 进行复制,使用 shift + Insert 进行粘贴。

Gre*_*006 6

我偶然发现了一个修复程序。在gnome-tweak-tool的键盘和鼠标选项卡中。我启用了“显示所有输入源”和“显示指针的位置”,就好像魔法Ctrl的行为符合预期。奇怪,这对你也有用吗?

  • 启用“显示扩展输入源”,有效!谢谢! (2认同)