Swi -Prolog 设置粘贴快捷方式

Swi -Prolog set the paste short cut

在 Ubuntu 中使用 swi 代码编辑器时,我似乎找不到粘贴键盘快捷键。在 windows 中,我可以使用 ctrl+v 进行粘贴。我读到有时它是 ctrl+y,但这不起作用。

我还能在 selected 时关闭自动复制吗?我希望能够 select 用粘贴替换一些东西。

我假设我需要编辑编辑器首选项,但我不确定具体如何更改这些?我试过删除前导感叹号。

! Skeleton preferences file for XPCE.  This file is loaded from       pce(Defaults).
!
! Format:
!
!   * Comment
!   Line-comment is started by the ! (exclamation mark)
!
!   * Default
!   <class>.<class-variable>: <value>
!
!   * Values
!   Values are in standard term-representation.  Chains may be written
!   as a Prolog list.  Values spanning multiple lines use \<NL> to continue
!   on the next line

! Basic style for keyboard accelerators.  On Windows the default is `cua'.
! (Common User Access), on Unix the default is `emacs'.  On Apple, the
! default is `apple', which is `emacs', but giving Command-v, Command-c
! and Command-s their usual meaning.  The Emacs equivalent can be accessed
! using ESC-v, etc.

 key_binding.style: cua
!key_binding.style: emacs
!key_binding.style: apple

! Creating a selection using  the  mouse   puts  the  selection into the
! copy/paste ! buffer by default.  This behaviour can be disabled with the
! preference below.

 editor.auto_copy:  @off

错误:

 key_binding.style: cua
!key_binding.style: emacs
!key_binding.style: apple

右:

!key_binding.style: cua
 key_binding.style: emacs
!key_binding.style: apple

可能 Ubuntu 无法正确识别您的键盘布局。